You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: