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.52k stars 2.09k forks source link

ImportError: cannot import name 'encodestring' from 'base64' (/data/data/com.termux/files/usr/lib/python3.9/base64.py) #64

Closed suranjrana closed 2 years ago

suranjrana commented 3 years ago

When i use python3 main.py cmdThen i face this problem Traceback (most recent call last): File "/data/data/com.termux/files/home/Osintgram/main.py", line 4, in from src.Osintgram import Osintgram File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 10, in from geopy.geocoders import Nominatim File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/geopy/init.py", line 13, in from geopy.geocoders import * # pylint: disable=W0401 File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/geopy/geocoders/init.py", line 101, in from geopy.geocoders.dot_us import GeocoderDotUS File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/geopy/geocoders/dot_us.py", line 6, in from base64 import encodestring

Screenshot_2020-10-09-04-20-53-825_com.termux.jpg

Datalux commented 3 years ago

Hi @suranjrana please use Python 3.7. The support for Python 3.9 is in development.