Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.sh fails due to unavailable python-virtualenv on Ubuntu #244

Open
geo-lit opened this issue Jul 9, 2020 · 1 comment
Open

install.sh fails due to unavailable python-virtualenv on Ubuntu #244

geo-lit opened this issue Jul 9, 2020 · 1 comment

Comments

@geo-lit
Copy link
Contributor

geo-lit commented Jul 9, 2020

apt-get install python-virtualenv causes error

Fix:
Delete python-virtualenv from install.sh and add python3-pip into the same line. Then add following line: sudo pip3 install virtualenv

@FazalAAli
Copy link

Follow up for someone else trying to install. After I did this, I also had to manually create a virtualenv and then install the requirements.

For that, I did:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Apart from that, and the fact that this should be put into the readme, this issue should be okay to close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants