Closed briantliao closed 4 years ago
This might be because pip
is installing for Python2, whereas pip3
is installing for Python3. I don't know exactly what the versioning scheme differences are, but we've generally only been supporting Python3 for this project.
Fixed with the clarifications in the instructions #29.
I'm following the getting started guide, which uses
pip install -r requirements.txt
, I wasn't able to run it but usingpip3 install -r requirements.txt
does.This is on a new Ubuntu 18.04 LTS EC2 t2.micro instance.
pip install -r requirements.txt
... # downloads first few python packages