unit8co / darts

A python library for user-friendly forecasting and anomaly detection on time series.
https://unit8co.github.io/darts/
Apache License 2.0
7.91k stars 857 forks source link

ModuleNotFoundError: No module named 'darts' #281

Closed cosmerodolfo closed 3 years ago

cosmerodolfo commented 3 years ago

Message appears on Anaconda console: ModuleNotFoundError: No module named 'darts'

To Reproduce

Expected behavior It is expected that NBEATS model is recognized.

System (please complete the following information):

Additional context image

tneuer commented 3 years ago

Thanks for bringing this to our attention. I tried to reproduce the issue in your specified environment and for me it worked (on macOS Big Sur). I don't see it in your output but I assume you chose the correct conda env where everything is installed, so maybe it's an issue on Windows? I'll try to reproduce it on a different OS as soon as I can.

cosmerodolfo commented 3 years ago

Hello,

Yesterday I could solve the problem. The solution was the insertion of my virtual environment path on PYTHONPATH.

Thanks for the prompt answer!

Em sex, 5 de mar de 2021 08:37, tneuer notifications@github.com escreveu:

Thanks for bringing this to our attention. I tried to reproduce the issue in your specified environment and for me it worked (on macOS Big Sur). I don't see it in your output but I assume you chose the correct conda env where everything is installed, so maybe it's an issue on Windows? I'll try to reproduce it on a different OS as soon as I can.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/unit8co/darts/issues/281#issuecomment-791364432, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIKMQJLIHA2WK66OY24IYI3TCC663ANCNFSM4YPIPCPA .

tneuer commented 3 years ago

Awesome! Glad to hear that, so we consider the issue to be closed.