fluxnet/ONEFlux

versions of python modules

Closed this issue · 4 comments

Can you provide the python module versions in you implemention?
numpy
scipy
matplotlib
statsmodels

I tried a few versions, but not able to find a set that are compatible.

Please see requirements.txt file and main page caveats for information specific to numpy versions.

I tried. The file requirements.txt did not specify the version, but a wide range. Pip and conda all loaded the latest version today for statsmodels and matplotlib, I am sure they are different from the time you load these modules. I also tried a clean docker image for ubuntu 18.04 (python 2.7.17), and did not work either.

I found the problem. I can get it to work with python 2.7.5, but not 2.7.15 or above.