Closed cteodor closed 4 years ago
vsc_mount requires llfuse, which is not stated in setup.py Suggest adding: install_requires=['llfuse', ]
This should be optional, there is no llfuse on Windows. So, this should be extras_require.
extras_require
Thank you!
vsc_mount requires llfuse, which is not stated in setup.py Suggest adding: install_requires=['llfuse', ]