OpenBazaar-Server icon indicating copy to clipboard operation
OpenBazaar-Server copied to clipboard

Install fail on Ubuntu, sudo not needed for pip

Open Whytehorse opened this issue 8 years ago • 0 comments

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

Whytehorse avatar May 17 '17 15:05 Whytehorse