Hi everyone,
I am having some problems trying to install oemof with Anaconda on Windows. After the collection of pandas, it returns this:
Complete output from command python setup.py egg_info: Could not locate executable g77 Could not locate executable f77 Could not locate executable ifort Could not locate executable ifl Could not locate executable f90 Could not locate executable DF Could not locate executable efl Could not locate executable gfortran Could not locate executable f95 Could not locate executable g95 Could not locate executable efort Could not locate executable efc don't know how to compile Fortran code on platform 'nt' non-existing path in 'numpy\\distutils': 'site.cfg'
then many lines of warnings, expections and errors, ending with this:
Command “python setup.py egg_info” failed with error code 1 in C:\Users\Lombardi\AppData\Local\Temp\pip-build-fxbnujoj\pandas\
Any ideas of what’s the problem? Thanks a lot,
Francesco Lombardi