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
At the date of writing this, miniconda on win11 22H2 always runs into openssl related errors when running install_gluonts. Creating the conda environment manually as per instructions ends in conflicts and unsuccesful solves (with or without conda-forge. The usual suspects mxnet, numpy and so on are causing the issue.
Some how, this installation mechanism needs some overhaul on windows.
For what its worth, I found an alternative way to create an environment that works. Maybe it helps others:
open cmd as admin
winget install Python.Python.3.7 (also possible to download installer and install "normally" from python.org)
Well, there seems to be no possible constellation with miniconda, miniforge, mambaforge, etc. So, python for windows it must be. - 3.7.x and nothing else.
That being given, there is no possible constellation that gets torch to work in deepar. Hence, we can do this a bit more compact.
Mind the "pro", quick benchmarking seems to make it/s about 18% faster in my environment (1.99 avg vs 2.36) on all the engines currently available and working.
At the date of writing this, miniconda on win11 22H2 always runs into openssl related errors when running install_gluonts. Creating the conda environment manually as per instructions ends in conflicts and unsuccesful solves (with or without conda-forge. The usual suspects mxnet, numpy and so on are causing the issue.
Some how, this installation mechanism needs some overhaul on windows.
For what its worth, I found an alternative way to create an environment that works. Maybe it helps others:
winget install Python.Python.3.7
(also possible to download installer and install "normally" from python.org)python.exe -m pip install --upgrade pip
pip install wheel
pip install --no-deps -r requirements.txt
Then in RStudio
requirements.txt
The text was updated successfully, but these errors were encountered: