removido
(usa Nenhuma)
Enviado em 23/05/2018 - 12:59h
edps escreveu:
nameless0 escreveu:
por desencargo de consciência e por curiosidade tentei pesquisar no terminal sobre esse tal de "setuptools"
e me retornou
$sudo apt-cache search python3-setuptools
python3-setuptools - Python3 Distutils Enhancements
python3-setuptools-git - plugin for setuptools that enables git integration
python3-setuptools-scm - blessed package to manage your versions by scm tags for Python 3
E fez certo, é esse o caminho. Pesquise também por
distutils (ou
python-distutils-extra) e
pip
certo ok
agora da tando esse erro
Collecting emoji
Using cached
https://files.pythonhosted.org/packages/47/e7/cf76e0774b13459e61ffe16a042a35f42e292aeebba060b919c05b...
Installing collected packages: emoji
Running setup.py install for emoji ... error
Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pydng5cl/emoji/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ctw8rmjl/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/emoji
copying emoji/core.py -> build/lib/emoji
copying emoji/unicode_codes.py -> build/lib/emoji
copying emoji/__init__.py -> build/lib/emoji
running egg_info
writing top-level names to emoji.egg-info/top_level.txt
writing emoji.egg-info/PKG-INFO
writing requirements to emoji.egg-info/requires.txt
writing dependency_links to emoji.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'emoji.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'emoji.egg-info/SOURCES.txt'
running install_lib
creating /usr/local/lib/python3.5/dist-packages/emoji
error: could not create '/usr/local/lib/python3.5/dist-packages/emoji': Permission denied
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pydng5cl/emoji/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ctw8rmjl/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-pydng5cl/emoji/
instalei o "setuptools" o "pip" e o "python-distutils-extra"