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

readline installation error #90

Closed
slaishxd opened this issue Mar 27, 2021 · 20 comments
Closed

readline installation error #90

slaishxd opened this issue Mar 27, 2021 · 20 comments
Labels
help wanted Extra attention is needed

Comments

@slaishxd
Copy link

slaishxd commented Mar 27, 2021

I'm trying to install it on windows 8.1 Pro and it displays this error text.
image
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
ERROR 2.
I don't really know what to do, so I'm expecting someone to tell me what should I do.
Thanks a lot.

@Gamerakki
Copy link

any help on this getting the same issue on windows10

@sadrahkm
Copy link

sadrahkm commented Mar 28, 2021

I'm trying this tool on my raspberry 4 with kali linux and getting the same error
P.S. But now I've tried it and it works well

@kirch-47
Copy link

I have the same issue on a kali VM

@kirch-47
Copy link

It works on google cloudshell though

@Datalux
Copy link
Owner

Datalux commented Mar 28, 2021

Try to install it via apt install libreadline-dev

@Datalux Datalux changed the title Need some help please!! readline installation error Mar 28, 2021
@Datalux Datalux added the help wanted Extra attention is needed label Mar 28, 2021
@slaishxd
Copy link
Author

How do I do that on Windows?

@robigan
Copy link

robigan commented Mar 28, 2021

@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...

@Franck31
Copy link

in ubuntu or debian i fixed installing this
sudo apt-get install libncurses5-dev

@replituser
Copy link

replituser commented Mar 28, 2021

I am not sure if this will work or not, but it should, just use the pip3 install -r requirements.txt if this does not work try it with sudo (i had to do it with sudo) but i am on nethunter, so just saying that it will probably not be the same with you,but i hope it works. The difference here being using pip3 instead of pip.
OR
It might just be a problem of compatibility like it says in the error message.
BUT
I am not an expert nor know much about anything regarding coding/hacking/python, so, do this on your own responsibility.

@robigan
Copy link

robigan commented Mar 29, 2021

I am not sure if this will work or not, but it should, just use the pip3 install -r requirements.txt if this does not work try it with sudo (i had to do it with sudo) but i am on nethunter, so just saying that it will probably not be the same with you,but i hope it works. The difference here being using pip3 instead of pip.
OR
It might just be a problem of compatibility like it says in the error message.
BUT
I am not an expert nor know much about anything regarding coding/hacking/python, so, do this on your own responsibility.

@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)

@Datalux
Copy link
Owner

Datalux commented Mar 29, 2021

Hi guys, seems that @robigan fixed this in #94.
Please test the development version.

@Datalux
Copy link
Owner

Datalux commented Mar 29, 2021

How do I do that on Windows?

Please try to use this fix: #100

@levyilan
Copy link

levyilan commented Mar 29, 2021

installing python3.9-dev resolved the issue for me (on Ubuntu 20)
sudo apt install python3.9-dev

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

@slaishxd
Copy link
Author

How do I do that on Windows?

Please try to use this fix: #100

It works now, thank you so much :D

@ananta
Copy link

ananta commented Mar 30, 2021

#94

Yup, it's working!

@ahmadfaizan965
Copy link
Contributor

Osintgram_error
Error on my Ubuntu 20.04.2 LTS x86_64, Kernel: 5.8.0-48-generic.

i have a working Python3 intalled.

python3 --version
$ Python 3.8.5

@Datalux
Copy link
Owner

Datalux commented Mar 30, 2021

Osintgram_error
Error on my Ubuntu 20.04.2 LTS x86_64, Kernel: 5.8.0-48-generic.

i have a working Python3 intalled.

python3 --version
$ Python 3.8.5

You should run pip3 install -r requirements.txt

@ahmadfaizan965
Copy link
Contributor

pip3 install -r requirements.txt worked properly. Thanks

BTW what does -r do ??

Osintgram_error
Error on my Ubuntu 20.04.2 LTS x86_64, Kernel: 5.8.0-48-generic.
i have a working Python3 intalled.

python3 --version
$ Python 3.8.5

You should run pip3 install -r requirements.txt

@Datalux
Copy link
Owner

Datalux commented Mar 30, 2021

BTW what does -r do ??

Install packages from the given requirements file.

@Datalux
Copy link
Owner

Datalux commented Mar 31, 2021

Hi guys, the new release 1.1 with the fix was released so I'm going to close this issue.

@Datalux Datalux closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests