fds
fds copied to clipboard
fds fails to pull dvc on windows
When running pull command on DagsHub remote. I receive dvc pull failure, so I have to manually pull dvc again.
This issue permanent issue on windows.
fds clone <remote>
It is not urgent issue, but in annoyance category.
Hey @kingabzpro , sorry to hear that.
Can you give more information please?
The error message at least, preferably with the -v
flag.
Here is the log
fds -v clone https://dagshub.com/kingabzpro/EmoSynth.git ./EmoAudio
2022-03-21 16:12:13,026 at fds.Run.execute (File "C:\Users\abida\anaconda3\lib\site-packages\fds\run.py", line 146) DEBUG - arguments passed: {'command': 'clone', 'verbose': True, 'version': False, 'url': 'https://dagshub.com/kingabzpro/EmoSynth.git', 'folder_name': ['./EmoAudio'], 'dvc_remote': 'origin'}
2022-03-21 16:12:13,026 at fds.Run.run (File "C:\Users\abida\anaconda3\lib\site-packages\fds\run.py", line 125) DEBUG - Running HooksRunner._ensure_fds_updated
2022-03-21 16:12:14,747 at fds.Run.run (File "C:\Users\abida\anaconda3\lib\site-packages\fds\run.py", line 125) DEBUG - Running HooksRunner._ensure_dvc_installed
2022-03-21 16:12:14,757 at fds.Run.run (File "C:\Users\abida\anaconda3\lib\site-packages\fds\run.py", line 125) DEBUG - Running HooksRunner._ensure_git_installed
Cloning into './EmoAudio'...
remote: Enumerating objects: 40, done.
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 40 (delta 9), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (40/40), 1.17 MiB | 1.25 MiB/s, done.
Starting DVC Clone...
[WinError 10038] An operation was attempted on something that is not a socket
DVC pull failed to execute
Here is the link