scratcharchive / mountaintools

Apache License 2.0
2 stars 1 forks source link

pip install -r requirements.txt fails without wheel installed #15

Open wysota opened 5 years ago

wysota commented 5 years ago

If I do pip install -r requirements.txt on clean venv then I get an installation error. The error can be fixed by preinstalling wheel (pip install wheel before the former command).

Virtualenv was created by python3 -m venv venvdirname on a regular ubuntu installation.