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

ModuleNotFoundError: No module named 'b2fuse_main' #79

Open
FRiMN opened this issue May 1, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'b2fuse_main' #79

FRiMN opened this issue May 1, 2021 · 0 comments

Comments

@FRiMN
Copy link

FRiMN commented May 1, 2021

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant