You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During installation on Ubuntu 16.04 LTS, I needed to do
pip install wheel
before I could successfully do
pip install -r requirements.txt
The symptoms of the problem are shown here, and the solutions proposed there are confusing. It is not yet clear to me if wheel should be a dependency that goes into requirements.txt or if it's something missing in the system's Python environment.
To be found out, and fixed accordingly.
The text was updated successfully, but these errors were encountered:
During installation on Ubuntu 16.04 LTS, I needed to do
before I could successfully do
The symptoms of the problem are shown here, and the solutions proposed there are confusing. It is not yet clear to me if
wheel
should be a dependency that goes intorequirements.txt
or if it's something missing in the system's Python environment.To be found out, and fixed accordingly.
The text was updated successfully, but these errors were encountered: