Error when building caribou #144
Abdelrahman-Alkhodary
started this conversation in
General
Replies: 2 comments 1 reply
-
Hello @hugtalbot @jnbrunet Sorry to bother you, but any thoughts about this problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could try to force the python installation used. This is what we do for CI: https://github.com/mimesis-inria/caribou/blob/master/.github/workflows/ubuntu.yml#L113 You can do this but setting the CMake variable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all
I'm trying to build caribou on ubuntu 20.04 but i'm facing this problem
I have python 3.8.10 on my ubuntu and also ran the following commands but same problem
sudo apt install python3.8-dev
sudo apt-get install python3-distutils \ && curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \ && python3.8 /tmp/get-pip3.py \ && python3.8 -m pip install --upgrade pip \ && python3.8 -m pip install numpy scipy
and I have added these variables to .bashrc
Beta Was this translation helpful? Give feedback.
All reactions