This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Description
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.