OpenBazaar / OpenBazaar-Server

(Deprecated) OpenBazaar 1.0 Server daemon for communication with OpenBazaar-Client
MIT License
609 stars 175 forks source link

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

Open Whytehorse opened 7 years ago

Whytehorse commented 7 years ago

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