pmdarima: ModuleNotFoundError: No module named 'pmdarima'
Already updated the required packages to install pmdarima, and then installed the package, but the package still cannot be imported.
[1] import pmdarima as pm
Traceback (most recent call last):
File "<ipython-input-13-05191c3ae93f>", line 1, in <module>
import pmdarima as pm
ModuleNotFoundError: No module named 'pmdarima'
Tried uninstalling the package and reinstall it, but still cannot install pmdarima. What’s the problem with it?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 29 (14 by maintainers)
From your earlier logs:
This would suggest you downloaded the version tied to python 3.8? But then later you were running python 3.7. Your environment had to have changed.