Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.75k stars 2.16k forks source link

Found existing installation: prettytable 3.10.1 #1126

Open ABshreef opened 2 months ago

ABshreef commented 2 months ago

Installing collected packages: prettytable, instagram-private-api, gnureadline, chardet, urllib3, idna, geographiclib, requests, geopy, requests-toolbelt Attempting uninstall: prettytable Found existing installation: prettytable 3.10.1 error: uninstall-no-record-file

× Cannot uninstall prettytable 3.10.1 ╰─> The package's contents are unknown: no RECORD file was found for prettytable.

hint: The package was installed by debian. You should check if it can uninstall the package.

Amanzv commented 2 months ago

use this pip show prettytable cd /usr/lib/python3/dist-packages rm -rf prettytable*

done.