You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was dismayed to discover, after a long-running sampling, that pandas is a required dependency for spotpy.analyser.plot_parameterInteraction(). This should be listed in the setup.cfg or setup.py files so that it is installed when spotpy is installed.
Traceback (most recent call last):
...
File "/home/arthur.endsley/python-env/smap-l4c/lib/python3.7/site-packages/spotpy/analyser.py", line 939, in plot_parameterInteraction
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
The text was updated successfully, but these errors were encountered:
I was dismayed to discover, after a long-running sampling, that
pandas
is a required dependency forspotpy.analyser.plot_parameterInteraction()
. This should be listed in thesetup.cfg
orsetup.py
files so that it is installed whenspotpy
is installed.The text was updated successfully, but these errors were encountered: