Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fds fails to pull dvc on windows #121

Open
kingabzpro opened this issue Mar 21, 2022 · 3 comments
Open

fds fails to pull dvc on windows #121

kingabzpro opened this issue Mar 21, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@kingabzpro
Copy link

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.

@guysmoilov guysmoilov added the bug Something isn't working label Mar 21, 2022
@guysmoilov
Copy link
Member

Hey @kingabzpro , sorry to hear that.
Can you give more information please?
The error message at least, preferably with the -v flag.

@kingabzpro
Copy link
Author

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

@kingabzpro
Copy link
Author

Here is the link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants