install pycryptodome error
Bonjour,
En essayant d'installer 'textract' et 'pdfminer', j'ai un soucis avec 'pycryptodome'
Quelque soit l'installation, il me plante a ce niveau
et losque j'essaye une install independante de pycryptodome, même plantage .... des tartines de lignes en rouge :(
voici le début du message d'erreur :
Code:
1 2 3 4 5 6 7 8 9
|
Running setup.py install for pycryptodome ... error
ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lf/5djqlfm50cxg2vk5jb42prnc0000gn/T/pip-install-m_gi_j5z/pycryptodome_2239fec722bc4162a4a1c70ca7813902/setup.py'"'"'; __file__='"'"'/private/var/folders/lf/5djqlfm50cxg2vk5jb42prnc0000gn/T/pip-install-m_gi_j5z/pycryptodome_2239fec722bc4162a4a1c70ca7813902/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lf/5djqlfm50cxg2vk5jb42prnc0000gn/T/pip-record-wic80um6/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.9/include/python3.9/pycryptodome
cwd: /private/var/folders/lf/5djqlfm50cxg2vk5jb42prnc0000gn/T/pip-install-m_gi_j5z/pycryptodome_2239fec722bc4162a4a1c70ca7813902/
Complete output (494 lines):
Testing support for clang
Target does not support clang
.......... |
Une petit idée ?
Pour info : Python 3.9.0
Avez-vous une petite idée ?
Merci d'avance
Thais