Tobias Wölfel

Results 14 comments of Tobias Wölfel

I agree that some updates would be good. Maybe also list the requirements, e.g. some instructions how to fulfill those. ``` pip3 install -U --user -r conf/requirements.txt ```

Anyone know what would be the correct solution to `ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it...

Sorry, I should have explained it in more detail. pyYAML is pulled in as a dependency from `riscof` which I specified. How do I say that the distro version should...

``` -I, --ignore-installed Ignore the installed packages, overwriting them. This can break your system if the existing package is of a different version or was installed with a different package...

Okay, I just saw in the log that pyYAML 3.12 is available, that's from 2016. I did not directly find which package requires what, but I would guess somewhere a...

Thanks a lot Philipp for your investigation!

Should pip install update the packages again? `pip install -U` or was there another reason why it was removed?

Hi @vogelpi, as far as I can remember the new version of the compliance framework was not ready when I created the PR. This PR shows how the new compliance...

@imphil regarding the package parameter I just did a very simple addition in https://github.com/towoe/yosys-sv/commit/88b1e84167f44ea6e375d162026ba06a424af319 I am however not sure if this is correct or breaks anything else, but it seemed...

As I wanted to split out the commit I just realized that this has dependencies to the other commits, I have to check what effects this has.