Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandas not listed as required dependency #272

Closed
arthur-e opened this issue Aug 27, 2021 · 1 comment
Closed

pandas not listed as required dependency #272

arthur-e opened this issue Aug 27, 2021 · 1 comment

Comments

@arthur-e
Copy link

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'
@thouska
Copy link
Owner

thouska commented Sep 6, 2021

Added as proposed

@thouska thouska closed this as completed Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants