Hi Casperites! We had a strange problem that when we installed a toolflow for a new user, it failed. An untouched original toolflow worked fine.
It seems that there is a new version of PyYAML that is not compatible with the toolflow (or other packages) and it must be pinned. Here's our fixed requirements.txt: numpy<1.19 colorlog PyYAML<=5.4.1 pyaml odict #xml2vhdl requirements lxml -e git+http://github.com/casper-astro/xml2vhdl#egg=xml2vhdl_ox-0.2.2-py3.5.egg&subdirectory=scripts/python/xml2vhdl-ox We have also been getting an error like "Failed building wheel for odict Failed building wheel for PyYAML". It doesn't seem to be causing any problem but installing the 'wheel' package *before* the requirements fixes that. I hope this helps... Cheers, Kaj -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7340a957-263f-9553-cc11-64cc1834e0ce%40utu.fi.

