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

Getting an error: No module named 'pycurl' #14

Closed
rangerrkm opened this issue Dec 22, 2021 · 5 comments
Closed

Getting an error: No module named 'pycurl' #14

rangerrkm opened this issue Dec 22, 2021 · 5 comments

Comments

@rangerrkm
Copy link

Hello,

Is anyone getting this error:

Pycurl not available or there is an issue with curl dependencies: No module named 'pycurl'

I tried installing pycurl for both Python2 and Python3, using these commands.

pip install pycurl

pip3 install pycurl

Both of these were already satisfied.

@thomaspatzke
Copy link
Owner

It needs some further os packages, please follow the install instructions in the readme.

@rangerrkm
Copy link
Author

Ok, it looks like I need to re-run the poetry install command again.

Thanks,

@rangerrkm
Copy link
Author

Hi thomaspatzke,

Are these two config file options still valid? Since I do not see them in the -help, I see --download-dir, which works for me.

--download-class:

--download-dir:

Because I have one system where I do not get an error and one that gives me an error.

log4pot.py: error: unrecognized arguments: --download-class

Thanks,

@thomaspatzke
Copy link
Owner

No, I've removed them today. --payloader now enables the payload download and locations are configured with --download-dir and --download-container.

@rangerrkm
Copy link
Author

Ok, good to know.
Thanks for the update.

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