-
Notifications
You must be signed in to change notification settings - Fork 23
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
pip install fails with "file format not recognized" #4
Comments
I am also having this issue. I have tried installing from a fresh environment, both from pip and from install.sh but nothing seems to work.
|
I have resolved the issue, the answer is practically the same as here (solved): In summary:
This should fix any issues with GCC compilation. The issue is that pydca is accessing the miniconda3/anaconda ld-linker when is should be using the system version. Hope this helps. Dean |
Important note: best, D |
Thanks for the instructions. Installing with python=3.7 was the crucial moment for me, as it allowed for an error-free installation without the trick of renaming the ld-linker. Although, when installed, it throws |
Hello,
Attempting to
pip install pydca
into freshly created conda environment fails on Linux due toI have gcc 10.1.0-2.
The text was updated successfully, but these errors were encountered: