

doneĮRROR: Command errored out with exit status 1:Ĭommand: 'C:\Users\Mohsen\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\Mohsen\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\Mohsen\AppData\Local\Temp\tmprax0esmt'Ĭwd: C:\Users\Mohsen\AppData\Local\Temp\pip-install-wl_b58e9\pyqt5_1cbd1bab46fa4abaad34b55514561ce6 I tried to install this package with"pip install pyqt5" or with "py -3 -m pip install pyqt5", it brings lots of error messages (long long) as the lines below (they are only the beginning of the messages):Ĭ:\Users\Mohsen>py -3 -m pip install pyqt5 When I rund some *.py file, having PyQt5 module, on the 3.8 version, it works as before without any problems.īut whenn I run the same file on IDLE with 3.10 installation, it crashes and says that PyQt5 is not known.

Now I have two IDLEs for both of the installations. I have on my laptop the python installation 3.8 and newly I installed newest version 3.10 as well on my laptop.
