because of the change of server, I moved the conda environment used in the original server directly to the new server. As a result, the “Conda (PIP) bad Interpreter” error appeared when using the conda(PIP) command on the new server. The solution:
- enter which PIP view PIP path
- enter which python view python path
- use vim to open the PIP path (or python path) that you have just obtained. Change the path in the first line of the code to be the same as the PIP path.
Read More:
- import Error:Missing optional dependency ‘openpyxl‘. Use pip or conda to install openpyxl
- CONDA creating virtual environment and common CONDA commands
- RemoveError: ‘requests‘ is a dependency of conda and cannot be removed from conda‘s operating env
- Removeerror: ‘requests’ is a dependency of CONDA and cannot be removed from CONDA’s o
- RemoveError: ‘setuptools’ is a dependency of conda and cannot be removed from conda’s operatin
- RemoveError: ‘requests’ is a dependency of conda and cannot be removed from conda’s operating enviro
- conda install failed: conda.core.subdir_ data.Response304ContentUnchanged Python cannot be installed
- Solution to syntaxerror: invalid syntax in PIP install XXX
- “Failed to create interpreter” appears when pychar creates a new project
- RuntimeError: cuda runtime error (100) : no CUDA-capable device is detected at /opt/conda/conda-bld/
- Solution of error reporting in PIP installation of iPhone
- Solution of Vue axios400 bad request problem
- Solution: PIP install MySQL Python has the following problems
- Eclipse PyDev “interpreter does not exist in filesystem”
- CONDA upgrade command: upgrade CONDA, anaconda and various packages
- Solution to the problem of installing lxml in Pip
- PIP installation error: Microsoft Visual C + + 14.0 is required perfect solution
- For the installation of anaconda3 in manjaro system, after the update (CONDA update — all), the terminal prompts an error and cannot execute CONDA related commands
- Bad pen notes: solution to leaving blank folder on launchpad after Adobe product is uninstalled by MacOS
- Importerror: no module named typing error reporting solution (python2 PIP needs to be backed back from 21)