rasguanabana / ytfs

YouTube File System
MIT License
1.1k stars 45 forks source link

OS error occured #10

Closed sunjung27 closed 9 years ago

sunjung27 commented 9 years ago

Hi. I installed ytfs with pip3 install. However it turns out that there is some error on my computer so I cannot run the source code.

ytfs_error1

After see this message, I just delete ytfs with pip uninstall and installed it with python setup.py install, but same error occurs. Is there any way to solve this problem?

Thanks.

rasguanabana commented 9 years ago

It seems like you are using Windows, which unfortunately is unsupported platform. This is because there's no FUSE implementation available for Windows (sorry for not pointing it out in readme, I'll add a note). The only solution I can think of is sharing ytfs over network from some Unix-like system.

sunjung27 commented 9 years ago

Oh.. Yes I'm using Windows 8 (64Bit). It would be great if you add a comment on readme file :) Thank you for your help!

rasguanabana commented 9 years ago

Note added.

I'll also try to test YTFS with Dokany on Windows. I don't expect much, but maybe it will work :)