where can I find eikon_win.yml for connecting to Eikon Data Api?

Best Answer

Answers

  • @vsivagnanam Apols an oversight on my behalf. I will put it on the github repo and post the link here when I have done it. Thanks for your patience.

  • I thought there is a specific one for windows? Although I tried using the eikon_env.yml and getting the below error:

    ResolvePackageNotFound:

    - readline=7.0

    - gettext=0.19.8.1

    - ptyprocess=0.5.2

    - terminado=0.6

    - libffi=3.2.1

    - glib=2.53.6 - libcxx=4.0.1 - libedit=3.1 - dbus=1.10.22 - libgfortran=3.0.1 - ncurses=6.0 - appnope=0.1.0 - libcxxabi=4.0.1

  • I thought there is a specific one for windows? Although I tried using the eikon_env.yml and getting the below error:

    ResolvePackageNotFound:

    - readline=7.0

    - gettext=0.19.8.1

    - ptyprocess=0.5.2

    - terminado=0.6

    - libffi=3.2.1

    - glib=2.53.6 - libcxx=4.0.1 - libedit=3.1 - dbus=1.10.22 - libgfortran=3.0.1 - ncurses=6.0 - appnope=0.1.0 - libcxxabi=4.0.1

  • fixed this with the suggestion mentioned here: https://github.com/ContinuumIO/anaconda-issues/issues/9480

    Thanks.