Je n'ai pas utilisé pipenv depuis la mise à jour, mais aujourd'hui j'ai eu besoin de travailler sur un ancien projet et je rencontre des problèmes avec pipenv et d'autres utilitaires Python. J'ai fait un xcode-select --install
y brew update && brew upgrade
et cela n'a pas aidé. J'ai déjà essayé brew bundle dump --describe --global && brew bundle install --global
. Même une simple commande comme pip3 install sorteddict
échoue avec
Using cached sorteddict-1.2.1.tar.gz (5.2 kB)
ERROR: Command errored out with exit status 1:
command: /usr/local/opt/python/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/_2/qxtp7dds6r5df9q369cxlswm0000gn/T/pip-install-00izrc3z/sorteddict/setup.py'"'"'; __file__='"'"'/private/var/folders/_2/qxtp7dds6r5df9q369cxlswm0000gn/T/pip-install-00izrc3z/sorteddict/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 /private/var/folders/_2/qxtp7dds6r5df9q369cxlswm0000gn/T/pip-install-00izrc3z/sorteddict/pip-egg-info
cwd: /private/var/folders/_2/qxtp7dds6r5df9q369cxlswm0000gn/T/pip-install-00izrc3z/sorteddict/
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/_2/qxtp7dds6r5df9q369cxlswm0000gn/T/pip-install-00izrc3z/sorteddict/setup.py'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.