question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'pmdarima'

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:28 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
tgsmith61591commented, Mar 23, 2020

From your earlier logs:

Collecting pmdarima Downloading pmdarima-1.5.3-cp38-cp38-win_amd64.whl

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.

0reactions
PedroSouzaDScommented, Dec 17, 2020

install using “pip install pmdarima.” in Anaconda prompt instead the regular cmd. I had the same problems and works this way.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named 'pmdarima' - python - Stack Overflow
Im using the jupyter notebook from remote access and want to import the pmdarima for the auto_arima to select the arima model ...
Read more >
ModuleNotFoundError when importing pmdarima library
When using the Kaggle notebook and requiring the pmdarima library, an error specified as ModuleNotFoundError is returned (see the output in attchments).
Read more >
pmdarima - PyPI
Pmdarima wraps statsmodels under the hood, but is designed with an interface that's familiar to users coming from a scikit-learn background. Installation. pip....
Read more >
2. Setup — pmdarima 2.0.2 documentation - alkaline-ml
To ensure the package was built correctly, import the following module in python: from pmdarima.arima import auto_arima. If you encounter an ImportError ...
Read more >
Solved: Unable to access pmdarima - Alteryx Community
Solved: Hi All, I tried installing pmdarima But when I try to import auto_arima I get Module not found error Does anyone have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found