-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
This is an error in B2 Command Line tool, likely due to missing default
library on RPi. Report the issue here
https://github.com/Backblaze/B2_Command_Line_Tool
…On Mon, Jul 27, 2020, 23:32 YaPaY ***@***.***> wrote:
Hello,
For Raspberry I installed phyton2 version but if enter the command I am
getting error
***@***.***:~ $ 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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#77>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARMAWKNR6RHVL37FR2FBKTR5XW5PANCNFSM4PJKGDNA>
.
|
end of config I am getting below error additional parameters that will be added: "" To unmount this bucket use this command as a normal user: pi@raspberrypi:~/b2_fuse-master $ Traceback (most recent call last): |
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
The text was updated successfully, but these errors were encountered: