-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation failed: MAX_TORCH_SEED_VALUE too high and specific versions for pytorch and fbprophet needed #235
Labels
bug
Something isn't working
Comments
Thanks for reporting @JBOE22175 |
Closed
Still having this issue with darts 0.6.1, python 3.6 and Windows 10 |
Yes, still the same.-- Diese Nachricht wurde von meinem Android Mobiltelefon mit WEB.DE Mail gesendet.Am 18.02.21, 10:42 schrieb vl2376 <[email protected]>:
Still having this issue with darts 0.6.1, python 3.6 and Windows 10
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.
|
I have this issue as well. |
This solution should work:
|
This was fixed in 0.7.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install darts on windows
Following the install guide leads to "ERROR: No matching distribution found for torch==1.5.1; extra == "all" (from u8darts[all])"
You need to specify the versions:
conda install -c conda-forge -c pytorch pip fbprophet==0.6 pytorch==1.5.1 cpuonly
when fitting the model in "TCN-examples.ipynb" following error pops up:
I change coding in "...\site-packages\darts\utils\torch.py" in line 17:
After this change it works. It seems that results of model training is not affected.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: