-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can't install on Ubuntu 20.04 - UnsatisfiableError #24
Comments
Update : hoping for a miracle, I tried However, I now get a different error when trying to run LPy.
Any help would be much appreciated ! edit : |
Not sure if you are bound to a particular version but you could try this version from another conda channel. Does works for me with debian 10.
|
Thanks a lot for the reactivity ! |
The same error? Should at least be slightly different since it is py 3. Did you try to install libmpfr on ubuntu? Can you paste the errors here? |
So the Here is the command (so you can check that I used it correctly) and the subsequent error.
|
Yes
Ok, sorry. Thought you were stuck at step two.
So it is not a driver issue? What was the missing dependency here? |
To address the last point : I do not remember the specifics, but I read somewhere on stackoverflow that the CUDA driver is not particularly to blame. For example, the events from my 1st and 2nd post lead me to believe that the problem lied with the boost dependency, since adding Also :
Yes I did try and it did not help. |
Ok. I gave it a try myself (also with ubuntu) but it seems something is currently broken with the linux files in the @fredboudon conda channel (guess I previously had a locally cached version in conda so it seemed to work - sorry - thought I could help out since I went through the same frustrations recently).
I opened an issue there fredboudon#13 (comment) |
Okay, thanks a lot for taking the time to try and help me ! Frustrations indeed. |
Wait! Mysteriously this (with version no) seems to work (at least it fetches the packages): conda create -y -n lpy -c fredboudon -c conda-forge 'openalea.lpy>=3.4.0' |
I only tried in an ubuntu docker and it looks good. At least no UnsatisfiableError. I still get an error but that is expected since there are no graphics driver in the docker image:
|
This worked ! I did'nt run any script or example yet but the env build worked and I can open the GUI. Solved ! Regards, |
I can now confirm that it (mostly) works. There are some compatibility issues with the scripts from the initial paper, but I believe it is difficult to modify for transparency reasons. |
@ArnaudBvr great, you're welcome |
Finally ... I actually forgot including
|
Make ambient optional in Material schema
Hello,
Using the command from the documentation
conda create -n lpy openalea.lpy -c openalea
throws an error on Ubuntu 20.04.The error :
After some snooping around, it seems the error is not directly related to CUDA driver but rather to other unsatisfied dependecies. I tried some of the workarounds proposed in issue #12 , but to no avail.
Any advice on how to install on a recent Ubuntu install ?
Regards,
Arnaud Bouvry
Liège University
The text was updated successfully, but these errors were encountered: