1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
| Collecting zipp>=0.5 Downloading http://mirrors.aliyun.com/pypi/packages/b2/34/bfcb43cc0ba81f527bc4f40ef41ba2ff4080e047acb0586b56b3d017ace4/zipp-3.1.0-py3-none-any.whl (4.9 kB) Collecting pyasn1 Downloading http://mirrors.aliyun.com/pypi/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) |████████████████████████████████| 77 kB 10.7 MB/s Collecting pyasn1-modules Downloading http://mirrors.aliyun.com/pypi/packages/95/de/214830a981892a3e286c3794f41ae67a4495df1108c3da8a9f62159b9a9d/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) |████████████████████████████████| 155 kB 8.5 MB/s Collecting python-nss>=0.16 Downloading http://mirrors.aliyun.com/pypi/packages/6b/29/629098e34951c358b1f04f13a70b3590eb0cf2df817d945bd05c4169d71b/python-nss-1.0.1.tar.bz2 (222 kB) |████████████████████████████████| 222 kB 11.4 MB/s ERROR: Command errored out with exit status 1: command: /home/scfan/env383/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-btu3wbdr/python-nss/setup.py'"'"'; __file__='"'"'/tmp/pip-install-btu3wbdr/python-nss/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-t291oo12 cwd: /tmp/pip-install-btu3wbdr/python-nss/ Complete output (9 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-btu3wbdr/python-nss/setup.py", line 409, in <module> sys.exit(main(sys.argv)) File "/tmp/pip-install-btu3wbdr/python-nss/setup.py", line 333, in main nss_include_dir = find_include_dir(['nss3', 'nss'], ['nss.h', 'pk11pub.h'], include_roots=include_roots) File "/tmp/pip-install-btu3wbdr/python-nss/setup.py", line 94, in find_include_dir raise ValueError("unable to locate include directory containing header files %s" % include_files) ValueError: unable to locate include directory containing header files ['nss.h', 'pk11pub.h'] ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
|