I just installed thonny 4.0.2 on a Windows 11 computer on our campus using the installer with 64-bit Python 3.10. I am trying to install the "numpy" package. When I go to "Tools: Manage Packages" and search for "numpy", I get the following error message:
"Could not fetch search results:
<urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>
Try opening the package directly:
numpy"
When I click on the direct link to numpy, I get essentially the same error:
"Could not find the package info from PyPI. Error code: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>"
I have the same problem installing other packages as well.
I installed the same software and package on my Windows 11 laptop at home without an issue just yesterday without a problem, which makes me think there is some sort of network issue. Any thoughts about how to fix the problem?
---Ron