Hi Experts,
Could you have a look the below error? When I want to install the below S/W.
ERROR: Could not find a version that satisfies the requirement pyqt5 (from versions: none)
ERROR: No matching distribution found for pyqt5.
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Experts,
Could you have a look the below error? When I want to install the below S/W.
ERROR: Could not find a version that satisfies the requirement pyqt5 (from versions: none)
ERROR: No matching distribution found for pyqt5.
Thanks.
Hi Shaoxing Ke,
Are you on internal network where the access to Python libs URL are blocked ?
1. You can download manually from the location - https://pypi.org/project/PyQt5/#:~:text=PyQt5%20is%20a%20comprehensive%20set,platforms%20including%20iOS%20and%20Android.
2. You can set proxy settings so that you can access these python libs.
pip install PyQt5 -–proxy=<link_to_proxy_server>
Best Regards,
Aakash