Closed RamiALBASHA closed 1 year ago
Seems to be a problem with the glibc version
Can you check version of glibc by running ldd --version
?
ldd --version
(Ubuntu GLIBC 2.27-3ubuntu1.5)
Some insight here? https://stackoverflow.com/questions/847179/multiple-glibc-libraries-on-a-single-host/44710599#44710599
It looks like a problem touching the binaries of the OS. I would rather not do that since I'm working on a shared server.
Have you tested something like:
sudo apt install libc-bin=2.29 libc6=2.29
No, I do not have sudo rights on the machine. @christian34 ?
I see two solutions:
I will probably go through solution 2, execpt if olution 1 is easy (eg try a loccal conda build ?)
I think a fresh conda build on modulor is the simpliest
git clone conda build conda install --local
Thanks @pradal for your suggesiton. It looks though like a beginning of a cascade of other issues, conda build .
in caribu gives:
Unsatisfiable dependencies for platform linux-64: {'openalea.sconsx', 'openalea.deploy'}
No. just use
conda build . -c openalea3 -c conda-forge
No. just use
conda build . -c openalea3 -c conda-forge
Did not work neither. The issue was solved by upgrading ubuntu to v. 20.04 LTS.
Dear all,
I'm getting this error when trying to run caribu on an ubuntu machine (named "modulor"):
Caribu version: 8.0.10 installed from openalea3 OS : Ubuntu 18.04.3 LTS Python: 3.9.15
Any idea for a solution?