-
Notifications
You must be signed in to change notification settings - Fork 391
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
pip install requirements fails #80
Comments
Did the installation for |
I got this: default-libmysqlclient-dev is already the newest version (1.0.5) I am running ParrotOS which is debian based. It's basically Kali that doesnt run as root by default with firejail included. Oh, and I ran sudo apt update and tried again just to make sure the one that was failing wasn't just missing; but got the same result. Thanks for your help :) |
Are you able to install the framework now? |
I am not able to. There has been no change. default-libmysqlclient-dev has been installed prior to this error and libmysqlclient-dev is not an available package to install. Instead the error I get references libmariadb-dev; but this package is also already installed and has been since before I tried to install TIDoS. |
use python3 pip3 instead of older versions of python. |
When I run "sudo pip2 install -r requirements.txt" I get the following error:
Proposed fix is:
Doing a
sudo apt install libmysqlclient-dev default-libmysqlclient-dev
should fix it.I get the following error whew trying to install those packages:
I tried to install libmariadb-dev; but it is already at the newest version.
The text was updated successfully, but these errors were encountered: