'Getting Error for Python Environment, can install any packages
[enter image description here][1]
[enter image description here][2]/i.stack.imgur.com/AvIjG.png
strong text [1]: https:/ [2]: https://i.stack.imgur.com/ToG2F.png**`strong text`**
Solution 1:[1]
maybe it is result of using VPN or any IP changer. just turn it off. or update your pip using
C:\Python310\python.exe -m pip install --upgrade pip
or it is because of python version you use. you can install python version 3.9 because as I experienced before, python version 3.10 does not support some packages because they have not release for it yet.
I hope it become helpful
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | R00t |
