-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Starting my masters thesis in a few weeks I'd like to use the eGo-tool for grid simulations, but unfortunately i have been struggling with the installation for weeks now.
I am new to python as well as github and i am using anaconda on windows. For the installation I tried different envs (python3.5 and python 3.6) with pip==18.1
There are several problems I encounter when using "pip install eGo", "pip install eGo --process-dependency-links" or try to build from source via "python setup.py install":
-
Failing to build scipy==0.19.0
neither pip, nor conda are able to install the above mentioned scipy version. -
PyPSA==0.11.0fork is only installable from source via setup.py
-
Problems with geopandas and pandas
conda and pip fail to install versions of geopanda<=0.5.1
later versions require pandas==0.23.0 which ist incompatible with pypsafork -
eDisGo and ding0 require PyPSA==0.11.0 and say they are incompatible with the PyPSAfork
I really hope you can help me and thanks a lot in advance!