-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
readline installation error #90
Comments
any help on this getting the same issue on windows10 |
I'm trying this tool on my raspberry 4 with kali linux and getting the same error |
I have the same issue on a kali VM |
It works on google cloudshell though |
Try to install it via |
How do I do that on Windows? |
@Datalux I have a similar readline compilation error, on the PyPI page, it says readline is deprecated... and to use gnureadline instead. Altho I am not exactly familiar with how readline for python works, I believe it's cus am on mac since mac doesn't ship with GNU's readline?? Also according to gnureadline, Python from homebrew ships with "real readline" which is what I am using, so ig I will try with what I have... |
in ubuntu or debian i fixed installing this |
I am not sure if this will work or not, but it should, just use the |
@replituser Eh, ideally not cus otherwise it might create the files as root, and then u run into ownership/permission issues (In some cases it doesn't matter bc your default user is root). Altho I am going to admit, the maintainers of the project are pointing to python (python2.7) when giving out instructions and when using shebangs but instead should be pointing to python3 (>=python3.7) |
Hi guys, seems that @robigan fixed this in #94. |
Please try to use this fix: #100 |
installing python3.9-dev resolved the issue for me (on Ubuntu 20) I tried it on 2 machines that the installation failed, 1 had readline-6.2.4.1 in the requirements file and the other gnureadline-8.0.0 |
It works now, thank you so much :D |
Yup, it's working! |
Install packages from the given requirements file. |
Hi guys, the new release 1.1 with the fix was released so I'm going to close this issue. |
I'm trying to install it on windows 8.1 Pro and it displays this error text.
I actually don't understand this but I dont think it's a normal error. I ignored it and carried on with the installation process, tried to run the osint anyways but when I try to run the main.py script, it returns me this other error
.
I don't really know what to do, so I'm expecting someone to tell me what should I do.
Thanks a lot.
The text was updated successfully, but these errors were encountered: