maldevel / IPGeoLocation

Retrieve IP Geolocation information
GNU General Public License v3.0
901 stars 337 forks source link

Traceback (most recent call last): File "ipgeolocation.py", line 32, in <module> from core.IpGeoLocationLib import IpGeoLocationLib File "/root/Downloads/IPGeoLocation-master/core/IpGeoLocationLib.py", line 30, in <module> from core.Utils import Utils File "/root/Downloads/IPGeoLocation-master/core/Utils.py", line 33, in <module> from urllib import request ImportError: cannot import name request #31

Open arunsupersi opened 4 years ago

arunsupersi commented 4 years ago

not able to run

TrollSkull commented 2 years ago

Try this command pip install request and then run the script. Make sure you run the script with python 3.