neuro-inc / neuro-extras

Curated set of MLOps tools to work with the Neu.ro MLOps platform
https://neu-ro.gitbook.io/neuro-extras-reference/cli
Other
4 stars 1 forks source link

[data_ingestion] Support Windows #60

Open atemate opened 4 years ago

atemate commented 4 years ago
  1. Parse src and dst with C:\: ValueError: Unsupported destination URL scheme: c, see comment
  2. tar,zip might be missing on windows, we better use Python API
atemate commented 4 years ago

Note also: we use gunzip whereas we could use tar: https://github.com/neuromation/neuro-extras/pull/53/files#r491935050

Once we re-write all with python libraries, this will be closed too.