PyCharm package installation problem on Windows 11
I am trying to install requests and selectorlib packages to my Python project but getting an error message with the details below.
C:\Users\ceyhu\PycharmProjects\pythonProject\venv\Scripts\activate.bat
C:\Program Files\JetBrains\PyCharm 2022.2.4\plugins\python\helpers\pip-20.3.4-py2.py3-none-any.whl\pip install --no-index C:\Program Files\JetBrains\PyCharm 2022.2.4\plugins\python\helpers\setuptools-44.1.1-py2.py3-none-any.whl
For some reason, even if I create the venv manually with Python 3.12 version which is installed on my computer, PyCharm keeps showing Python 3.10 on the settings section.
And my setting in project.
Any ideas about the way to fix this issue?
Thanks
1 条评论
排序方式
日期
投票数
Please make sure to use the latest PyCharm version https://www.jetbrains.com/pycharm/download/
请先登录再写评论。