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
Describe the bug
When using pip install u8darts, it also tries to install prophet even though the documentation says it will not install prophet. Installation fails when it tries to install prophet and I would therefore like to avoid installing it as I dont need it.
To Reproduce
Run pip install u8darts
Expected behavior
Expected it does not try to install prophet
System (please complete the following information):
Python version: 3.9.11
darts version 0.24.0
Additional context
I have a a MacOS with M2 chip running on MacOS 13.2.1.
The text was updated successfully, but these errors were encountered:
You are right, we included prophet back to the core requirements a while ago as they fixed many of the previous installation issues.
We currently have a discussion/PR about this here with some users explaining how they got it to work on M1/M2.
Describe the bug
When using
pip install u8darts
, it also tries to install prophet even though the documentation says it will not install prophet. Installation fails when it tries to install prophet and I would therefore like to avoid installing it as I dont need it.To Reproduce
Run
pip install u8darts
Expected behavior
Expected it does not try to install prophet
System (please complete the following information):
Additional context
I have a a MacOS with M2 chip running on MacOS 13.2.1.
The text was updated successfully, but these errors were encountered: