Skip to content
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

pkg_resources.DistributionNotFound: The 'pycurl' distribution was not found and is required by DeeFuzzer #91

Closed
robnoordt opened this issue Dec 25, 2019 · 3 comments

Comments

@robnoordt
Copy link

Hi, installed the deefuzzer on raspberry 3 debian stretch. The following erroor when starting the program. Pleace can some one give a stap bi stap solution? I am not realy good whit python. Hope to here soon!
pkg_resources.DistributionNotFound: The 'pycurl' distribution was not found and is required by DeeFuzzer

@robnoordt
Copy link
Author

Here the full output:

root@raspberry3:# deefuzzer /etc/deefuzzer/setup.pi
Traceback (most recent call last):
File "/usr/local/bin/deefuzzer", line 4, in
import('pkg_resources').run_script('DeeFuzzer==0.7.2', 'deefuzzer')
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 3251, in
@_call_aside
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pycurl' distribution was not found and is required by DeeFuzzer
root@raspberry3:
#

@yomguy
Copy link
Owner

yomguy commented Dec 28, 2019

Hi @robnoordt, thanks for the report.
It seems like pycurl is missing.
Did you install all required packages?

sudo apt-get install python-pip python-dev python-liblo \
                     python-mutagen python-pycurl python-yaml \
                     libshout3-dev librtmp-dev liblo-dev \
                     libcurl4-openssl-dev libmysqlclient-dev

@yomguy
Copy link
Owner

yomguy commented Dec 31, 2019

fixed in #92

@yomguy yomguy closed this as completed Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants