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.

Installation problem when processing fusepy dependency

See original GitHub issue

Installation dies when processing fusepy dependency:

$ git rev-parse HEAD
b24244676ebe32f9dfef074f84d65fe02fff96f5
$ sudo python setup.py install
Password:
running install
running bdist_egg
running egg_info
writing requirements to mqtt_malaria.egg-info/requires.txt
writing mqtt_malaria.egg-info/PKG-INFO
writing top-level names to mqtt_malaria.egg-info/top_level.txt
writing dependency_links to mqtt_malaria.egg-info/dependency_links.txt
reading manifest file 'mqtt_malaria.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'mqtt_malaria.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-intel/egg
running install_lib
running build_py
creating build/bdist.macosx-10.6-intel/egg
creating build/bdist.macosx-10.6-intel/egg/beem
copying build/lib/beem/__init__.py -> build/bdist.macosx-10.6-intel/egg/beem
copying build/lib/beem/bridge.py -> build/bdist.macosx-10.6-intel/egg/beem
creating build/bdist.macosx-10.6-intel/egg/beem/cmds
copying build/lib/beem/cmds/__init__.py -> build/bdist.macosx-10.6-intel/egg/beem/cmds
copying build/lib/beem/cmds/keygen.py -> build/bdist.macosx-10.6-intel/egg/beem/cmds
copying build/lib/beem/cmds/publish.py -> build/bdist.macosx-10.6-intel/egg/beem/cmds
copying build/lib/beem/cmds/subscribe.py -> build/bdist.macosx-10.6-intel/egg/beem/cmds
copying build/lib/beem/cmds/watch.py -> build/bdist.macosx-10.6-intel/egg/beem/cmds
copying build/lib/beem/listen.py -> build/bdist.macosx-10.6-intel/egg/beem
copying build/lib/beem/load.py -> build/bdist.macosx-10.6-intel/egg/beem
copying build/lib/beem/main.py -> build/bdist.macosx-10.6-intel/egg/beem
copying build/lib/beem/msgs.py -> build/bdist.macosx-10.6-intel/egg/beem
copying build/lib/beem/trackers.py -> build/bdist.macosx-10.6-intel/egg/beem
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/bridge.py to bridge.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/cmds/__init__.py to __init__.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/cmds/keygen.py to keygen.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/cmds/publish.py to publish.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/cmds/subscribe.py to subscribe.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/cmds/watch.py to watch.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/listen.py to listen.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/load.py to load.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/main.py to main.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/msgs.py to msgs.pyc
byte-compiling build/bdist.macosx-10.6-intel/egg/beem/trackers.py to trackers.pyc
creating build/bdist.macosx-10.6-intel/egg/EGG-INFO
installing scripts to build/bdist.macosx-10.6-intel/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/bdist.macosx-10.6-intel/egg/EGG-INFO/scripts
copying build/scripts-2.7/malaria -> build/bdist.macosx-10.6-intel/egg/EGG-INFO/scripts
changing mode of build/bdist.macosx-10.6-intel/egg/EGG-INFO/scripts/malaria to 755
copying mqtt_malaria.egg-info/PKG-INFO -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying mqtt_malaria.egg-info/SOURCES.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying mqtt_malaria.egg-info/dependency_links.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying mqtt_malaria.egg-info/not-zip-safe -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying mqtt_malaria.egg-info/requires.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
copying mqtt_malaria.egg-info/top_level.txt -> build/bdist.macosx-10.6-intel/egg/EGG-INFO
creating 'dist/mqtt_malaria-0.1_75_gb242446-py2.7.egg' and adding 'build/bdist.macosx-10.6-intel/egg' to it
removing 'build/bdist.macosx-10.6-intel/egg' (and everything under it)
Processing mqtt_malaria-0.1_75_gb242446-py2.7.egg
removing '/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mqtt_malaria-0.1_75_gb242446-py2.7.egg' (and everything under it)
creating /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mqtt_malaria-0.1_75_gb242446-py2.7.egg
Extracting mqtt_malaria-0.1_75_gb242446-py2.7.egg to /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Adding mqtt-malaria 0.1-75-gb242446 to easy-install.pth file
Installing malaria script to /Library/Frameworks/Python.framework/Versions/2.7/bin

Installed /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mqtt_malaria-0.1_75_gb242446-py2.7.egg
Processing dependencies for mqtt-malaria==0.1-75-gb242446
Searching for fusepy
Reading http://pypi.python.org/simple/fusepy/
Best match: fusepy 2.0.2
Downloading https://pypi.python.org/packages/source/f/fusepy/fusepy-2.0.2.tar.gz#md5=8db99bcf4854411a9954da976d3bcc5a
Processing fusepy-2.0.2.tar.gz
Running fusepy-2.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-SE39QN/fusepy-2.0.2/egg-dist-tmp-OxGeyk
error: README: No such file or directory
$ malaria 
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/malaria", line 4, in <module>
    import pkg_resources
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 2603, in <module>
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 666, in require
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: fusepy

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pikachuabccommented, Apr 8, 2019

For error:’ Getting EnvironmentError: Unable to find libfuse ’ under macOS Download fuse at https://osxfuse.github.io/ and install it. Problem solved. However I don’t know what is fuse and how it works.= =

0reactions
karlpcommented, Nov 11, 2020

As best I can tell, this is an OSX only problem and you just need to install fuse externall first, before fusepy can do it’s thing. I’m closing this unless there’s anything someone thinks there’s something to do especially here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation problem when processing fusepy dependency #21
Installation dies when processing fusepy dependency: $ git rev-parse HEAD b24244676ebe32f9dfef074f84d65fe02fff96f5 $ sudo python setup.py ...
Read more >
"EnvironmentError: Unable to find libfuse" - Stack Overflow
If running CentOS you may want to do "yum install fuse-python", which will install fuse-libs as dependencies. It worked for me after doing...
Read more >
#42394 ([NEW] plaso) – MacPorts
still some problem on dependencies w multiple python like $ sudo port install plaso ---> py-construct is replaced by py24-construct ---> Deactivating ...
Read more >
error: could not install packages due to an oserror: [errno 2] no ...
The problem occurs inside a fresh virtualenv, containing Pip version 21.0.1. Virtualenv is at version 20.4.2 and is also installed in my system...
Read more >
Basic Usage — Spack 0.20.0.dev0 documentation
We'll talk more about how you can use them to customize an installation in Specs & dependencies. Reusing installed dependencies¶. By default, when...
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