pythonmodulenotfounderrordarts-python

No module named 'numpy' while isntalling Darts


I'm trying to install the Darts package in python, but it fails because I get:

ModuleNotFoundError: No module named 'numpy'

I have numpy installed however.

I've also tried uninstalling and reinstalling (in both pip and package manager) but with no luck.

I'm using python 3.13.1 in pycharm


Solution

  • I installed anaconda, then in pycharm selected anaconda as my interpreter. After doing that, I was able to install Darts with no issue.