defaultnamehere / tinder-detective

Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
MIT License
701 stars 60 forks source link

Error when running pip install -r requirements.txt #15

Closed victorbasu closed 8 years ago

victorbasu commented 8 years ago

When running requirements.txt, everything runs smoothly until:

error: could not create '/Library/Python/2.7/site-packages/click': Permission denied

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/s0/46d7pqc9183f6t3rtn7js27m0000gn/T/pip-build-bNrv1N/click/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /var/folders/s0/46d7pqc9183f6t3rtn7js27m0000gn/T/pip-WiJu_h-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/s0/46d7pqc9183f6t3rtn7js27m0000gn/T/pip-build-bNrv1N/click

Any thoughts?

encima commented 8 years ago

You probably want to run the command with sudo at the start and enter your admin password (assuming you are on a *nix system)

victorbasu commented 8 years ago

Thanks!