Pychar version 2019.3
Installation failed. Suggested solution: try to run this command from the system terminal. Make sure that you are using the correct version of ‘pip’, which is installed for the Python interpreter at ‘C: \ “users \” g \ “desktoplgianfeng \” venv \ “scripts \” python
You know, when you create a project with pychar, there will be a virtual space, which is different from the space where you installed python
For example: you create a project
This venv is your virtual space. There will be a separate Python and exe interpreter in the script folder
Since pychar was upgraded to 2019, there have always been some strange problems
Now the solution
Let’s talk about the problem first. This is mainly a problem of upgrading PIP through a py module
Let’s first open the folder address of the virtual space
You’ll find that we’re already in this directory, and check whether it’s the latest version of PIP through PIP – V
See this file?Use it to upgrade pip
Then start the upgrade: PIP install — upgrade PIP – I https://pypi.tuna.tsinghua.edu.cn/simple/
-I behind is Tsinghua’s source, guarantee the speed
Look at the PIP version. It has been updated
And then install the third-party library
Similar Posts:
- The problem of: modulenotfoundererror: no module named ‘pyqt5’ appears in pychar using pyqt5
- Error interpreter field is empty when installing pychar to create a new project. Run the python program
- [Solved] yum Execute Error: -bash: /usr/bin/yum: /usr/bin/python3.7: bad interpreter: No such file or directory
- Import pandas encountered no module named pandas in pychar
- Pychar report Python package tools not found error
- No Python interpreter configured for the project
- [Solved] Python virtual environment install Error: returned non zero exit status 1
- Pycharm install python packaging tools Error: AttributeError: ‘_NamespacePath’ object has no a…
- ImportError: No module named pkg_resources [How to Solve]
- Solve the problem of no Python interpreter selected after the initial installation of pychar