Download fails when there is a space in the directory name

Hi @epicvu, thanks for these details. I don’t have a Windows, but I was able to partially replicate this on MacOS. Here’s what I see:

If I provide the full filepath, I am observing a similar issue. The SDV Installer is unable to reconcile the path and errors out. However, the error I see is a bit different.

% sdv-installer download --folder /Users/npatki/Documents/my\ folder/target --debug
pip download sdv-enterprise==0.36.0 ...
ERROR: Invalid requirement: 'folder/target': Expected end or semicolon (after name and no valid version specifier)
    folder/target
          ^

Interestingly, when I provide only the relative path, it’s working fine on my MacOS. That might be a difference between platforms.

% sdv-installer download --folder ./target --debug

I have filed this issue internally and will escalate it to our engineering team. Thanks!

1 Like