Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricG-Personal/4d7cfe6fdb2cdda15ac48f41157a0f83 to your computer and use it in GitHub Desktop.
Save EricG-Personal/4d7cfe6fdb2cdda15ac48f41157a0f83 to your computer and use it in GitHub Desktop.
result of pip download Sphinx --no-binary :all:
Collecting sphinxcontrib-websupport (from Sphinx)
Downloading sphinxcontrib-websupport-1.0.1.tar.gz (590kB)
100% |████████████████████████████████| 593kB 1.5MB/s
Saved ./sphinxcontrib-websupport-1.0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/ericg/py36env/lib/python3.6/site-packages/setuptools/__init__.py", line 10, in <module>
from setuptools.extern.six.moves import filter, filterfalse, map
File "/Users/ericg/py36env/lib/python3.6/site-packages/setuptools/extern/__init__.py", line 1, in <module>
from pkg_resources.extern import VendorImporter
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3017, in <module>
@_call_aside
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside
f(*args, **kwargs)
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3045, in _initialize_master_working_set
dist.activate(replace=False)
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2577, in activate
declare_namespace(pkg)
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2151, in declare_namespace
_handle_ns(packageName, path_item)
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2091, in _handle_ns
_rebuild_mod_path(path, packageName, module)
File "/Users/ericg/py36env/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2120, in _rebuild_mod_path
orig_path.sort(key=position_in_sys_path)
AttributeError: '_NamespacePath' object has no attribute 'sort'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/5m/816qzv6d1xv_my9nn2vr3q100000gn/T/pip-build-7b27cmiy/sphinxcontrib-websupport/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment