-
Notifications
You must be signed in to change notification settings - Fork 9
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
Install gluonts - problem - non zero exit #42
Comments
Can you provide a screenshot of the error? |
Ok so Pathlib is erroring out. If you are comfortable making a python environment, I'd follow instructions to make a custom env without pathlib. https://business-science.github.io/modeltime.gluonts/articles/managing-envs.html Then try to add pathlib in after the initial env is created to see if you can get it installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i try the command install_github("business-science/modeltime.gluonts", force = T,dependencies = TRUE)
R gives me back a message that the installation had non zero exit.
Then when i try modeltime.gluonts::install_gluonts(fresh_install= TRUE, include_pytorch = TRUE), i got an error, ->
"Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error"
Also
"Error: Error installing package(s): ""mxnet~=1.7"", ""gluonts==0.8.0"", ""pandas==1.0.5"", ""numpy"", ""pathlib==1.0.1"", ""ujson==4.0.2"" "
any ideas ? thanks !
The text was updated successfully, but these errors were encountered: