Last active
September 20, 2017 22:31
-
-
Save carlcrott/b812d8ada1d56b950f29de1dec5200c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(btcdev) Armament:joinmarket carlcrott$ pip install -r requirements-dev.txt | |
Collecting pexpect (from -r requirements-dev.txt (line 1)) | |
Using cached pexpect-4.2.1-py2.py3-none-any.whl | |
Collecting pytest==2.8.2 (from -r requirements-dev.txt (line 2)) | |
Using cached pytest-2.8.2-py2.py3-none-any.whl | |
Collecting pytest-cov==2.2.1 (from -r requirements-dev.txt (line 3)) | |
Using cached pytest_cov-2.2.1-py2.py3-none-any.whl | |
Collecting python-coveralls (from -r requirements-dev.txt (line 4)) | |
Using cached python_coveralls-2.9.1-py2.py3-none-any.whl | |
Collecting mock (from -r requirements-dev.txt (line 5)) | |
Using cached mock-2.0.0-py2.py3-none-any.whl | |
Collecting testscenarios (from -r requirements-dev.txt (line 6)) | |
Using cached testscenarios-0.5.0-py2.py3-none-any.whl | |
Collecting testresources (from -r requirements-dev.txt (line 7)) | |
Using cached testresources-2.0.1-py2.py3-none-any.whl | |
Collecting contextlib2 (from -r requirements-dev.txt (line 8)) | |
Using cached contextlib2-0.5.5-py2.py3-none-any.whl | |
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /Library/Python/2.7/site-packages (from -r requirements-dev.txt (line 9)) | |
Collecting libnacl>=1.0.4 (from -r requirements.txt (line 1)) | |
Using cached libnacl-1.5.2-py2.py3-none-any.whl | |
Collecting secp256k1>=0.13.1 (from -r requirements.txt (line 2)) | |
Downloading secp256k1-0.13.2.tar.gz (156kB) | |
100% |████████████████████████████████| 159kB 125kB/s | |
Complete output from command python setup.py egg_info: | |
Your setuptools version (1.1.6) is too old to correctly install this package. Please upgrade to a newer version (>= 3.3). | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/h3/scs47zl54755ynr81r31mb2r0000gn/T/pip-build-ZmAG5R/secp256k1 | |
You are using pip version 7.1.2, however version 9.0.1 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. | |
(btcdev) Armament:joinmarket carlcrott$ pip install setuptools --upgrade | |
Collecting setuptools | |
Using cached setuptools-36.5.0-py2.py3-none-any.whl | |
Installing collected packages: setuptools | |
Found existing installation: setuptools 1.1.6 | |
Uninstalling setuptools-1.1.6: | |
Exception: | |
Traceback (most recent call last): | |
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/basecommand.py", line 211, in main | |
status = self.run(options, args) | |
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/commands/install.py", line 311, in run | |
root=options.root_path, | |
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_set.py", line 640, in install | |
requirement.uninstall(auto_confirm=True) | |
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_install.py", line 716, in uninstall | |
paths_to_remove.remove(auto_confirm) | |
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/req/req_uninstall.py", line 125, in remove | |
renames(path, new_path) | |
File "/Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg/pip/utils/__init__.py", line 315, in renames | |
shutil.move(old, new) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 300, in move | |
rmtree(src) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 252, in rmtree | |
onerror(os.remove, fullname, sys.exc_info()) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 250, in rmtree | |
os.remove(fullname) | |
OSError: [Errno 13] Permission denied: '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/__init__.py' | |
You are using pip version 7.1.2, however version 9.0.1 is available. | |
You should consider upgrading via the 'pip install --upgrade pip' command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment