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
This generally points to a broken setuptools installation. Could you try the things noted here to try fix it and try again? With that being said pkg_resources appears to be deprecated as of March 2023, so I have #546 open to remove our dependency on it
I fixed the issue, it was a problem by my side. Somehow the setuptools installation was broken due to a misconfiguration of pip install: I was using the pip install --prefix ... instead of pip --python path/to/my/venv/python/interpreter/python install ...
Describe the bug
No module named 'pkg_resources' when importing prmarima, e.g.
from pmdarima import arima, auto_arima
orimport pmdarima
To Reproduce
import pmdarima
Versions
Expected Behavior
Import should work
Actual Behavior
Import does not work
Additional Context
Running inside a python virtual enviroment in a docker container
The text was updated successfully, but these errors were encountered: