-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
No output being produced #74
Comments
Reproduced this problem on a fresh install within Ubuntu server 24.04 LTS VM. Try using the python3 -v option and capturing the output into a text file. I did so with this command for my setup
Examining the output, it does seem to crap right after trying to import psycopg2.sql
|
Hi @sysfu and @antoniolm23 - How did you install that honeypot package? Is that v0.66? |
Honeypots pip pkg version is 0.65. Installed it via pip with these commands
|
@sysfu I did remove the psycopg2 package in v0.66 - I'm going to push that update to pypi |
Done, could you please check the new package 0.66 |
Package successfully updated and here is the terminal output now of v0.66
Full python3 -v output log attached |
I had installed honeypots from pip3 in python virtual env on Ubunut Server 24.04.
Whenever I run the command:
./venv/bin/python3 -m honeypots --setup all
nothing happens, simply a new prompt is being issued.
Tried to have a verbose output, but there seems to be nothing wrong.
How can I solve?
The text was updated successfully, but these errors were encountered: