You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
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.