Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Install fail on Ubuntu, sudo not needed for pip #526

Open
Whytehorse opened this issue May 17, 2017 · 0 comments
Open

Install fail on Ubuntu, sudo not needed for pip #526

Whytehorse opened this issue May 17, 2017 · 0 comments

Comments

@Whytehorse
Copy link

The install instructions for openbazaar server on Ubuntu say to run:
sudo -H pip install -r requirements.txt
This gives the following error:
pkg_resources.DistributionNotFound: The 'pip==9.0.1' distribution was not found and is required by the application

Running without sudo -H fixes this but requires --user as follows:
pip install -r requirements.txt --user

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

No branches or pull requests

1 participant