Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install bottle-memcache with pip #26

Open
lpravda opened this issue Feb 14, 2019 · 0 comments
Open

Cant install bottle-memcache with pip #26

lpravda opened this issue Feb 14, 2019 · 0 comments

Comments

@lpravda
Copy link

lpravda commented Feb 14, 2019

pip install bottle-memcache fails, however easy_install bottle-memcache works OK. Any ideas?

(graph-env) lpravda-ml:~ lpravda$ pip install bottle-memcache
Collecting bottle-memcache
Downloading https://files.pythonhosted.org/packages/69/0e/48bb31fe35492610a5ad097e9e69d5faa578dc45055adf5c55eb0e4cebe1/bottle-memcache-0.2.1.tar.gz
Collecting distribute (from bottle-memcache)
Downloading https://files.pythonhosted.org/packages/5f/ad/1fde06877a8d7d5c9b60eff7de2d452f639916ae1d48f0b8f97bf97e570a/distribute-0.7.3.zip (145kB)
100% |████████████████████████████████| 153kB 9.6MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/setuptools/init.py", line 2, in
from setuptools.extension import Extension, Library
File "/private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/setuptools/extension.py", line 5, in
from setuptools.dist import _get_unpatched
File "/private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/setuptools/dist.py", line 7, in
from setuptools.command.install import install
File "/private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/setuptools/command/init.py", line 8, in
from setuptools.command import install_scripts
File "/private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/setuptools/command/install_scripts.py", line 3, in
from pkg_resources import Distribution, PathMetadata, ensure_directory
File "/private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/pkg_resources.py", line 1518, in
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/vq/c3s8rmy96xl28vqnlp31vv31fxhg53/T/pip-install-3258nst4/distribute/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant