Hi @0210vidit,
Here's a possible workaround for this:
- Restart the workspace
- Open the terminal
- Replace line 63 of this file
/usr/local/lib/python3.7/site-packages/floyd/cli/data_upload_utils.py
, with: temp_dir= '/floyd/home/'
(if you are working with an older environment, you will find floyd-cli under python3.6)
- After that, you shouldn't get the error anymore
Hope that helps.