question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: cannot import name 'FUSE'

See original GitHub issue

I’ve got osxfuse installed, fusepy and gcsfs installed. When i run

gcsfuse --help I get ImportError: cannot import name 'FUSE'.

Is there another dependency I need to run this on OSx?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
martindurantcommented, Mar 29, 2018

I notice that gcsfuse appears to be running in py27, but pandas (and ipython) is in py36.

0reactions
jgerardsimcockcommented, Mar 29, 2018

Thank you @martindurant.

We are good now

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: cannot import name FUSE · Issue #47 - GitHub
I am trying to figure out a problem with the fuse library. I have installed the library in several ways, but still get...
Read more >
FUSE python issues - Stack Overflow
I installed FUSE from its source and python bindings from Fusepy. First I was getting this error ImportError: cannot import name Fuse ....
Read more >
fuse-python - PyPI
This is a Python interface to libfuse (https://github.com/libfuse/libfuse), a simple interface for userspace programs to export a virtual filesystem to the ...
Read more >
fuse-python with OSXFUSE - Google Groups
I've tried "import fusepython", "import fuse", etc... and no matter what i keep getting "ImportError: No module named _fuse". Then again, it is...
Read more >
Learning FUSE and Python's C interface - GitHub Pages
by the way: Error on opening a file for writing. When implementing the module import mechanism, I stumbled over the following behavior in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found