Closed ThomasWaldmann closed 1 week ago
Forgot llfuse, thus repeated with that:
(borg-env) tw@MacBook-Pro borg14-exp % pip uninstall borgbackup
Found existing installation: borgbackup 1.4.0
Uninstalling borgbackup-1.4.0:
Would remove:
/Users/tw/borg14-exp/borg-env/bin/borg
/Users/tw/borg14-exp/borg-env/bin/borgfs
/Users/tw/borg14-exp/borg-env/lib/python3.13/site-packages/borg/*
/Users/tw/borg14-exp/borg-env/lib/python3.13/site-packages/borgbackup-1.4.0.dist-info/*
Proceed (Y/n)? y
Successfully uninstalled borgbackup-1.4.0
(borg-env) tw@MacBook-Pro borg14-exp % pip install 'borgbackup[llfuse]'
Collecting borgbackup[llfuse]
Using cached borgbackup-1.4.0-cp313-cp313-macosx_15_0_arm64.whl
Requirement already satisfied: msgpack<=1.1.0,>=1.0.3 in ./borg-env/lib/python3.13/site-packages (from borgbackup[llfuse]) (1.1.0)
Requirement already satisfied: packaging in ./borg-env/lib/python3.13/site-packages (from borgbackup[llfuse]) (24.2)
Collecting llfuse>=1.3.8 (from borgbackup[llfuse])
Using cached llfuse-1.5.1-cp313-cp313-macosx_15_0_arm64.whl
Installing collected packages: llfuse, borgbackup
Successfully installed borgbackup-1.4.0 llfuse-1.5.1
(borg-env) tw@MacBook-Pro borg14-exp % rehash
(borg-env) tw@MacBook-Pro borg14-exp % borg -V
borg 1.4.0
(borg-env) tw@MacBook-Pro borg14-exp % pip freeze
borgbackup==1.4.0
llfuse==1.5.1
msgpack==1.1.0
packaging==24.2
Should be fixed by #39
Fixed by #39.
There is no
pyparsing
when I do a normal install via pip - why does the brew formula have pyparsing in it?