-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mount error #6
Comments
Did you fix that? I have the same error. Thanks! |
What versions are used when installing gridfs_fuse ? For example I have it successfully running with.
|
Hi, @stephan-hof $ python2 --version pymongo==3.11.3 I had a new version of llfuse. After uninstalling it, I'm not able to install the 0.40 one:
|
I had to install the following debian packages to make it work.
After that the install was successful
|
Ok, now I have downgraded to 0.40 but I have the same error of the first post:
I've found, in the help of your pypi, this instruction:
But nowadays (Ubuntu 20.04), these two libraries have changed, and the above instruction returns error:
Now I'm only able to install:
Probably the problem is that python3? Thanks for your help. |
This is how I get it successfully running.
And now files created in
Unfortunately as far as I know ax_gridfs_fuse has no support for python3 |
Hi,
I'm running mongo 3.4
I have gridfs exists in mongo and i want to mount and get all files
So I tried to mount files and i get error
Please help to solve error
The text was updated successfully, but these errors were encountered: