-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problem getting dependencies installed #9
Comments
Ok, replacing the "defaults" channel with "conda-forge" seems to yield progress, or at least a temporary lack of error messages. I'll see if I can push my luck any further... EDIT: I also enabled strict channel priority. |
Seemingly related: https://stackoverflow.com/questions/66726830/conda-glibc-dependency-conflict |
Update: I managed to get all the conda dependencies installed except for matplotlib (dependency resolution took seemingly forever). Since I'm not intending to plot anything in the near future... maybe I can do without? However, I do now get these errors when installing/building
The directory |
pip install matplotlib may work!
Le 05/08/2021 à 14:00, werner291 a écrit :
…
Update: I managed to get all the conda dependencies installed except
for matplotlib (dependency resolution took seemingly forever). Since
I'm not intending to plot anything in the near future... maybe I can
do without?
However, I do now get these errors when installing/building
|StructureAnalysis|:
|[Errno 2] No such file or directory:
'/home/werner/miniconda3/envs/MappleT/lib/python2.7/site-packages/OpenAlea.Fractalysis-2.0.0-py2.7-linux-x86_64.egg/lib'
[Errno 2] No such file or directory:
'/home/werner/miniconda3/envs/MappleT/lib/python2.7/site-packages/OpenAlea.PlantGL-2.23.2-py2.7-linux-x86_64.egg/lib'
[Errno 2] No such file or directory:
'/home/werner/miniconda3/envs/MappleT/lib/python2.7/site-packages/OpenAlea.Lpy-2.7.1-py2.7-linux-x86_64.egg/lib'
|
The directory
|/home/werner/miniconda3/envs/MappleT/lib/python2.7/site-packages/OpenAlea.Lpy-2.7.1-py2.7-linux-x86_64.egg|
seems to exist, but does not contain a |lib| subdirectory, same for
the other two.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIR4SXVT4TO6SX7L244MULT3J4PTANCNFSM5AXPB6QQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Yup, that did get it installed. Let's see if I can make progress now, since I should have all the dependencies. |
Still getting these:
However, those just appear to be noise, because I just managed to open lpy! I'm getting more errors when I try running it, though I think those would be more appropriate in a separate issue, so I can leave this one to maybe smoothing out the installation procedure for future users. |
Hello,
following the instructions for creating the conda environment, I unfortunately get this:
The text was updated successfully, but these errors were encountered: