I'm trying to set up Eikon API environment on Windows following this tutorial: https://github.com/yhilpisch/eikondataapi/blob/master/notebooks/01_tpq_eikon_win_install.ipynb
The yml file I was pointed to is here (it's not attached to the tutorial workbook and has a different location and name): https://raw.githubusercontent.com/yhilpisch/eikondataapi/master/assets/eikon_env.yml
When I do
conda env create -n eikon -f eikon_env.yml
I get the following errors:
Solving environment: failed
ResolvePackageNotFound:
- readline=7.0
- libgfortran=3.0.1
- terminado=0.6
- libcxx=4.0.1
- ptyprocess=0.5.2
- libedit=3.1
- appnope=0.1.0
- gettext=0.19.8.1
- ncurses=6.0
- libcxxabi=4.0.1
- libffi=3.2.1
- dbus=1.10.22
- glib=2.53.6
Any ideas? Thanks.