Once the Python installation under Windows is complete, several exe files are generated under the Python installation directory scripts, including easy_install and PIP,
We add the above path to the system environment variable after normal conditions
You can use tools such as easy_install, but on 64-bit systems you will get errors like the following:
C:\Python27\Scripts> easy_install sqlalchemy
Fatal error in launcher: Python27\python.exe
“”C:\Python27\Scripts\easy_install. Exe” sqlalchemy
is not consistent with the default python installation path in the tool when using tools such as easy_install, so we need to explicitly call python to install:
Python -m easy_install sqlalchemy
— — — — — — — — — — — — — — — — — — — — —
the author: HymanLiuTS
source: CSDN:
the original https://blog.csdn.net/hyman_c/article/details/52755628
copyright statement: this article original articles for bloggers, reproduced please attach link to blog!
We add the above path to the system environment variable after normal conditions
You can use tools such as easy_install, but on 64-bit systems you will get errors like the following:
C:\Python27\Scripts> easy_install sqlalchemy
Fatal error in launcher: Python27\python.exe
“”C:\Python27\Scripts\easy_install. Exe” sqlalchemy
is not consistent with the default python installation path in the tool when using tools such as easy_install, so we need to explicitly call python to install:
Python -m easy_install sqlalchemy
— — — — — — — — — — — — — — — — — — — — —
the author: HymanLiuTS
source: CSDN:
the original https://blog.csdn.net/hyman_c/article/details/52755628
copyright statement: this article original articles for bloggers, reproduced please attach link to blog!
Read More:
- Solve the problem of Python in Windows environment: Fatal error in launcher: Unable to create process using’”‘ in pip installation
- (Copy python package, the problem generated) pip Fatal error in launcher: Unable to create process using
- jupyter Fatal error in launcher: Unable to create process using
- The Python PIP installation module prompts the error failed to create process
- PIP report failed to create process
- The problem of failed to create process occurs in pyinstaller package program of Python
- When Dbeaver starts on Mac, it reports an error: “fail to create java virtual machine”
- Error in installing paddlenlp on pip on Windows
- Solution — unable to install vmware tools on windows2012r2 in VMWare
- Configuration (9) to solve the problem of “setup tools PIP wheel failed with error code 1”, create virtual environments with Python of anaconda
- xbmc unable to create gui exiting
- ESXi creates datastore error Fail to create VMFS datastore solution
- Unrecognized Windows Sockets error: 10106: solution to create
- How to solve “import cv2 failed ImportError: DLL load fail: Cannot find the specified module” in Anaconda environment
- PHP in Windows combined with bat batch processing to achieve multi process verification proxy server function
- To solve the problem in Windows opencv installation: error configuration process, project files may be invalid
- Error: unable to process source
- Windows FTP Error 425: Unable to build data connection
- ln: failed to create symbolic link ‘/usr/bin/pip’: File exists
- Solution to syntaxerror: invalid syntax in PIP install XXX