Geeks, please accept the hero post of 2021 Microsoft x Intel hacking contest>>>
Recently, I want to study the QT of Python. After searching some materials, I need to install pyqt5 first (this is just a library file, but there is no visual operation on the interface). In addition, pyqt5 tools needs to be installed on the visual interface. Errors are always reported during the installation process, as follows:
Collecting pyqt5-tools
Could not find a version that satisfies the requirement pyqt5-tools (from versions: )
No matching distribution found for pyqt5-tools
There’s no way. If you want to solve this problem, find the answer on the Internet first! I found the answer in Google
At this point, I understand why the installation failed. The reason is that pyqt5 tools does not have Mac version, but only provides Windows version
Record here
Similar Posts:
- Microsoft Visual C++ 14.0 is required [Two Method to Solve]
- Failed building wheel for Twisted
- error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = ‘v100’) cannot be found
- [Solved] Python3.7 Install urllib.parse[UNK]json[UNK]re
- error MSB8020: The build tools for v120 (Platform Toolset = ‘v120’) cannot be found. To build using
- This application failed to start because no Qt platform plugin could be initialized
- [Solved] Windows SDK Fails to Install with Return Code 5100
- How to Solve MSB8020 The build tools for v141 (Platform Toolset = ‘v141‘) cannot be found. To build using the
- [Solved] yarn Install Module Error:check python checking for Python executable “python2” in the PATH
- [Solved] Python import module error: importerror: no module named mysql.connector