Troubleshooting cbs_parse_data #5
-
Hey @conorwild, hope I'm putting this in the right place. I think I've gotten as far as installing Docker and accessing the CBS Python image. Now I'm trying to use cbs_parse_data. Running the help command works fine, but with a real data file, I'm trying:
And I get:
Any idea what could be going on? I'm in the directory with the file, which I've tried with and without spaces. With the access token thing, everything seemed to go okay and it said I was logged in. Thanks so much. Excited to play with this once I get it working! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hey @mike-battista, it looks like you missing some of the Docker "magic" from your command. Try this:
The error message you posted says that it is trying to find the |
Beta Was this translation helpful? Give feedback.
-
Hey Conor, Any thoughts?
|
Beta Was this translation helpful? Give feedback.
Hey @mike-battista, it looks like you missing some of the Docker "magic" from your command. Try this:
The error message you posted says that it is trying to find the
cbs_parse_data:latest
image - but the image is calledcbspython:latest
, andcbs_parse_data
is the name of the script to execute within that container. Give that a shot!