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
Hi, doesn't install in newer ubuntu with the commands you give.
installing with brew, running gives this error.
Traceback (most recent call last):
File "/home/linuxbrew/.linuxbrew/bin/gitfs", line 33, in
sys.exit(load_entry_point('gitfs==0.5.1', 'console_scripts', 'gitfs')())
File "/home/linuxbrew/.linuxbrew/Cellar/gitfs/0.5.2_9/libexec/lib/python3.9/site-packages/gitfs/init.py", line 19, in mount
from gitfs.mounter import start_fuse
File "/home/linuxbrew/.linuxbrew/Cellar/gitfs/0.5.2_9/libexec/lib/python3.9/site-packages/gitfs/mounter.py", line 22, in
from pygit2.remote import RemoteCallbacks
ImportError: cannot import name 'RemoteCallbacks' from 'pygit2.remote' (/home/linuxbrew/.linuxbrew/Cellar/gitfs/0.5.2_9/libexec/lib/python3.9/site-packages/pygit2/remote.py)
The text was updated successfully, but these errors were encountered:
Hi, doesn't install in newer ubuntu with the commands you give.
installing with brew, running gives this error.
Traceback (most recent call last):
File "/home/linuxbrew/.linuxbrew/bin/gitfs", line 33, in
sys.exit(load_entry_point('gitfs==0.5.1', 'console_scripts', 'gitfs')())
File "/home/linuxbrew/.linuxbrew/Cellar/gitfs/0.5.2_9/libexec/lib/python3.9/site-packages/gitfs/init.py", line 19, in mount
from gitfs.mounter import start_fuse
File "/home/linuxbrew/.linuxbrew/Cellar/gitfs/0.5.2_9/libexec/lib/python3.9/site-packages/gitfs/mounter.py", line 22, in
from pygit2.remote import RemoteCallbacks
ImportError: cannot import name 'RemoteCallbacks' from 'pygit2.remote' (/home/linuxbrew/.linuxbrew/Cellar/gitfs/0.5.2_9/libexec/lib/python3.9/site-packages/pygit2/remote.py)
The text was updated successfully, but these errors were encountered: