Closed Abdelrahman-Alkhodary closed 1 year ago
Hello @hugtalbot @jnbrunet
Sorry to bother you, but any thoughts about this problem
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 PYTHON_EXECUTABLE
to your python 3.8 executable. Clear you CMake cache before using this option to make sure you start from a good base.
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