Open danieludick opened 4 years ago
Hi had the same problem. What you want to do is first download get-pip script with the following command:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Then then install with the virtual interpreter:
.venv/bin/python3 get-pip.py
thanks
Good day. I have a new instance of Ubuntu (Description: Ubuntu 18.04.4 LTS) and want to get this notebook installed and running. I am following all the steps as noted in your README, but when I run
make
in the main directory, then I get the following error:Is there any advice?