Skip to content
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

Problem with loading libraries in cloudml #205

Open
Z-ingdotnet opened this issue Feb 9, 2020 · 0 comments
Open

Problem with loading libraries in cloudml #205

Z-ingdotnet opened this issue Feb 9, 2020 · 0 comments

Comments

@Z-ingdotnet
Copy link

Z-ingdotnet commented Feb 9, 2020

I tried uploading my R training files from local project using cloudml_train, However, I encountered a lot of issues with uploaded jobs failing. I try to narrow down the issue by going back to the mnist example which run successfully and only modified the example slightly with adding a few libraries load as per below, retaining the rest of the code in the mnist example as they are
library(keras)
library(lime)
library(rsample)
library(recipes)
library(yardstick)
library(corrr)
library(funModeling)
library(tidyverse)
library(readxl)

the error was similar to the other run of my own model. I am just wondering if this is something with cloudML package or the AI engine? It appears some dependencies were not accessible by cloudML engine. and unable to get from CRAN
Please if anyone could shred some light that would be much appreciated

2020-02-09T09:30:49.407953977Z master-replica-0 Installing latticeExtra (0.6-29) ... I master-replica-0
2020-02-09T09:30:49.408627985Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0
2020-02-09T09:30:49.408884048Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0
2020-02-09T09:30:49.409107923Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0
2020-02-09T09:30:49.409305094Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0
2020-02-09T09:30:49.409548043Z master-replica-0 curl: (22) The requested URL returned error: 404 Not Found I master-replica-0
2020-02-09T09:30:49.409764050Z master-replica-0 FAILED I master-replica-0
2020-02-09T09:30:49.409967898Z master-replica-0 Error in getSourceForPkgRecord(pkgRecord, srcDir(project), availablePackagesSource(repos = repos), : I master-replica-0
undefined
2020-02-09T09:30:49.410171031Z master-replica-0 Failed to retrieve package sources for latticeExtra 0.6-29 from CRAN (internet connectivity issue?) I master-replica-0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant