install eikon

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

Best Answer

  • Hi @junichi.ishikawa

    When installing Python, it is recommended to check the "Add Python to PATH" option.

    image

    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

    image

Answers