I am trying to configure PoC for GHDL under Fedora 35.
When I run the sh script I get:
$ ~/PoC/poc.sh configure GHDL
IMPORT ERROR: One or more Python packages are not available in your environment.
Missing package: 'collections'
Run: 'python3 -m pip install -r requirements.txt'
I am running on Python 3.10.7 and it has collections.
I am trying to configure PoC for GHDL under Fedora 35.
When I run the sh script I get:
I am running on Python 3.10.7 and it has
collections.