Open Mattia9875 opened 3 years ago
Now that fasm
is on PyPi, the xc7/requirements can just remove the fasm
requirement completely now that it is in PyPi.
You mean that in the sense that i could do it on my system? or that is the general way to fix it?
You mean that in the sense that i could do it on my system? or that is the general way to fix it?
As in you/I could submit a PR to fix this?
Yes, though Tim responded on the issue I cited saying that he is currently working on in so I don't know how this issue will stand
In
xc7/requirements.txt
substitutegit+https://github.com/symbiflow/fasm
with--no-use-pep517 git+https://github.com/SymbiFlow/fasm.git#egg=fasm
as of issue over on /symbiflow/fasm
mentioning this because the issue causes conda to fail the env creation process, rendering the image in a docker enviroment unbuildable