Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra /pyhdl/migen prefix in pyhdl.pth causes pip to not find amaranth and amaranth-boards #76

Open
vincentbaeten opened this issue Jul 31, 2023 · 0 comments

Comments

@vincentbaeten
Copy link

Using the 2023-07-32 it seems that the path to amaranth and amaranth-boards is wrong in the oss-cad-suite/lib/python3.8/site-packages/pyhdl.pth file. Because of this, pip cannot find the amaranth and amaranth-board packages.

My output of the pyhdl.pth file:

./pyhdl/migen/pyhdl/amaranth-boards
./pyhdl/migen/pyhdl/amaranth
./pyhdl/migen/importlib_resources-6.0.0-py3.8.egg
./pyhdl/migen/Jinja2-3.1.2-py3.8.egg
./pyhdl/migen/pyvcd-0.4.0-py3.8.egg
./pyhdl/migen/zipp-3.16.2-py3.8.egg
./pyhdl/migen/MarkupSafe-2.1.3-py3.8-linux-x86_64.egg
./pyhdl/migen
./colorama-0.4.6-py3.8.egg
./pyhdl/migen/pyhdl/migen

Manually removing the prefix /pyhdl/migen part seems to fix this issue and it seems that /pyhdl/migen is inserted twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant