Hi there,
I have tried to install Eikon by command prompt.But not going well. Please see the attached and give me advise to solve.
thanks,
Jun Ishikawa
Hi @junichi.ishikawa
When installing Python, it is recommended to check the "Add Python to PATH" option.
I am assuming that you did not check this option.
So PATH variable does not have Python location hence pip is not recognized.
There are several ways to overcome this issue:
- add python path to your PATH variable as @moragodkrit.chumsri_1 suggest in his answer
- uninstall python and install it again with "Add Python to PATH" checked (most convenient method if you can install the software by yourselves)
- run pip from within Python folder as this in picture
You can type error message 'pip' is not recognized as an internal or external command into goggle to search result. Below is the related link. I think it is related to add path in cmd. Hope it can help.
https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command
@junichi.ishikawa
It's the problem from python installation on your windows.
It might be the problem when pip installation is not added to the system variable or the installation is incorrectly added in your PATH. You may use command echo %PATH% to check if you have python and pip installation path (e.g. c:\<Python Install path>\Scripts) in PATH list.
Thanks all, I have successfully installed.