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

Erro ao instalar #13

Open
edsonjbueno opened this issue Sep 23, 2020 · 0 comments
Open

Erro ao instalar #13

edsonjbueno opened this issue Sep 23, 2020 · 0 comments

Comments

@edsonjbueno
Copy link

Estou tentando instalar com python3, tentei com o requerimentos padrão deu erro, tentei com o pacotes atualizados, acontece o mesmo erro. Ai descobri que o distribute não tem suporte ao python3.

Using cached distribute-0.7.3.zip (145 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-671rln2a/distribute/setup.py'"'"'; file='"'"'/tmp/pip-install-671rln2a/distribute/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-1l9765z9
cwd: /tmp/pip-install-671rln2a/distribute/
Complete output (15 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-671rln2a/distribute/setuptools/init.py", line 2, in
from setuptools.extension import Extension, Library
File "/tmp/pip-install-671rln2a/distribute/setuptools/extension.py", line 5, in
from setuptools.dist import _get_unpatched
File "/tmp/pip-install-671rln2a/distribute/setuptools/dist.py", line 7, in
from setuptools.command.install import install
File "/tmp/pip-install-671rln2a/distribute/setuptools/command/init.py", line 8, in
from setuptools.command import install_scripts
File "/tmp/pip-install-671rln2a/distribute/setuptools/command/install_scripts.py", line 3, in
from pkg_resources import Distribution, PathMetadata, ensure_directory
File "/tmp/pip-install-671rln2a/distribute/pkg_resources.py", line 1518, in
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

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