-
Notifications
You must be signed in to change notification settings - Fork 78
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
XC7 install problem: ".../symbiflow-examples/xc7/condaenv.asvir9n0.requirements.txt" #169
Comments
FYI - @kgugala |
The Miniconda 'latest' pointer was recently updated, and is now a py39 version. I don't know what it was before. I can try using a py37 version. From https://repo.anaconda.com/miniconda/ :
|
I tried |
I noticed the identical issue in Fomu Sphinx build tests (garbled path to requirements.txt): https://github.com/im-tomu/fomu-workshop/runs/3194022998?check_suite_focus=true
|
this does seem to be some kind of conda issue. I could reproduce it when running installation native on my machine, but could not when running it in Debian 10 Docker. @tcal-x can you try removing
|
@kgugala , yes, if I remove |
@tcal-x @mithro it seems this commit in PIP pypa/pip@f6b184c breaks this. It adds special handling for links starting with See comment in pip issue pypa/pip#10237
|
Thanks @kgugala for tracking it down! |
@kgugala - It seems like this should be reported upstream somewhere too? |
it already is conda/conda#10815. I commented there with what I found. |
I encountered this today, and made a new clone of the repository on a different laptop, and ran into the same issue.
In the
conda env create -f $FPGA_FAM/environment.yml
step, I get this error (note the garbled path to requirements.txt in the python/pip command about 8 lines down; you probably need to scroll right to see it):The text was updated successfully, but these errors were encountered: