You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After inastall sudo python3 -m pip install b2fuse I try run b2fuse, but exeption occured.
$ b2fuse /mnt/b2-mount
Traceback (most recent call last):
File "/usr/local/bin/b2fuse", line 5, in<module>
from b2fuse.b2fuse import main
File "/usr/local/lib/python3.8/dist-packages/b2fuse/b2fuse.py", line 32, in<module>
from b2fuse_main import B2Fuse
ModuleNotFoundError: No module named 'b2fuse_main'
The text was updated successfully, but these errors were encountered:
After inastall
sudo python3 -m pip install b2fuse
I try run b2fuse, but exeption occured.The text was updated successfully, but these errors were encountered: