bonjour,
je travaille sous windows sur un script python où j'ai besoin de la bibliothèque "htmlpi" mais pour pouvoir l'utiliser il faut que j'installe "PiSide" aussi sur mon Python 3.4 !! malheureusement je n'arrive pas a l' installer à cause d'une erreur qui n'arrête pas de m'envoyer alors que j'ai installé le dernier QT et CMAK et tout
j'entre dans le CMD " pip install pyside " il ce télécharge et commence a s'installé jusqu’à cette étape :
Inserting "VSINSTALLDIR = C:\Program Files (x86)\Microsoft Visual Studio 10.0\" to environment
Inserting "WINDIR = C:\WINDOWS" to environment
Inserting "WindowsSdkDir = C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\" to environment
Done initializing MSVC env
error: Failed to find qmake. Please specify the path to qmake with --qmake parameter.
----------------------------------------
Command "c:\python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\didou\\AppData\\Local\\Temp\\pip-build-lmhfnnsa\\pyside\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\didou\AppData\Local\Temp\pip-q3swf9bn-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\didou\AppData\Local\Temp\pip-build-lmhfnnsa\pyside\
je ne comprend même pas ce que c'est ce qmake parameter !!! s'il vous plait aidez moi !!! merci
PS : j'ai remarqué qu'en au de la compilation il y'avait :
error: Failed to find qmake. Please specify the path to qmake with --qmake parameter.
----------------------------------------
Failed building wheel for pyside
Partager