Alfredredbird / tookie-osint

Tookie is a advanced OSINT information gathering tool that finds social media accounts based on inputs.
MIT License
717 stars 20 forks source link

Can't Start; alive_progresss Module issu #48

Closed 2B-4G10 closed 3 months ago

2B-4G10 commented 3 months ago

Describe the bug

Alfred is starting... /home/kali/alfred/alfred/main.py Traceback (most recent call last): File "/home/kali/alfred/brib.py", line 15, in from alive_progress import * ModuleNotFoundError: No module named 'alive_progress'

LincolnKermit commented 3 months ago

What version of Python do you have? Try to reinstall the modules by typing : pip3 install -r requirements.txt

Alfredredbird commented 3 months ago

Hello. Alfred is made for python 3.12. some people have got 3.11 working but its mainly 12. Assuming you have python3.12, you can fix the above error with pip3.12 install alive_progress or pip3.12 install -r requirements.txt. feel free to let me know if you need anything else. :D

Alfredredbird commented 3 months ago

What version of Python do you have? Try to reinstall the modules by typing : pip3 install -r requirements.txt

yes that should work

Alfredredbird commented 3 months ago

im going to close this thread