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

error after install #77

Open
YaPaY opened this issue Jul 27, 2020 · 2 comments
Open

error after install #77

YaPaY opened this issue Jul 27, 2020 · 2 comments

Comments

@YaPaY
Copy link

YaPaY commented Jul 27, 2020

Hello,

For Raspberry I installed phyton2 version but if enter the command I am getting error

pi@raspberrypi:~ $ b2fuse
Traceback (most recent call last):
File "/usr/local/bin/b2fuse", line 6, in
from b2fuse.b2fuse import main
File "/usr/local/lib/python2.7/dist-packages/b2fuse/b2fuse.py", line 32, in
from b2fuse_main import B2Fuse
File "/usr/local/lib/python2.7/dist-packages/b2fuse/b2fuse_main.py", line 37, in
from b2.api import B2Api
File "/usr/local/lib/python2.7/dist-packages/b2/api.py", line 15, in
from .b2http import B2Http
File "/usr/local/lib/python2.7/dist-packages/b2/b2http.py", line 13, in
import arrow
File "/usr/local/lib/python2.7/dist-packages/arrow/init.py", line 3, in
from .api import get, now, utcnow
File "/usr/local/lib/python2.7/dist-packages/arrow/api.py", line 10, in
from arrow.factory import ArrowFactory
File "/usr/local/lib/python2.7/dist-packages/arrow/factory.py", line 18, in
from arrow import parser
File "/usr/local/lib/python2.7/dist-packages/arrow/parser.py", line 15, in
from backports.functools_lru_cache import lru_cache # pragma: no cover
ImportError: No module named functools_lru_cache

@falense
Copy link
Owner

falense commented Jul 27, 2020 via email

@YaPaY
Copy link
Author

YaPaY commented Jul 28, 2020

end of config I am getting below error
What mount point do you want for the "turkfilm" bucket?
/media/b2
Optional parameters: --enable_hashfiles --use_disk --temp_folder
Add any optional parameter? (y/n)
n
No optional parameters will be added.

additional parameters that will be added: ""

To unmount this bucket use this command as a normal user:
fusermount -u "/media/b2"

pi@raspberrypi:~/b2_fuse-master $ Traceback (most recent call last):
File "/home/pi/b2_fuse-master/b2fuse/b2fuse.py", line 32, in
from .b2fuse_main import B2Fuse
ModuleNotFoundError: No module named 'main.b2fuse_main'; 'main' is not a package

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

2 participants