Open XSecr3t opened 6 years ago
Same issue here.. 🤔😑😐😐😐😐
pip install termcolor
fix this is please. i want run the ipgeolocation but like this
↓
Traceback (most recent call last):
File "ipgeolocation.py", line 32, in
can u fix this ok
I'm sorry dude. I unsubscribed a while back, I gave up couldn't figure it out myself..
On Fri, Jun 21, 2019, 1:13 AM GrimReaperRioxZ notifications@github.com wrote:
fix this is please. i want run the ipgeolocation but like this ↓ Traceback (most recent call last): File "ipgeolocation.py", line 32, in from core.IpGeoLocationLib import IpGeoLocationLib File "/data/data/com.termux/files/home/IPGeoLocation/core/IpGeoLocationLib.py", line 30, in from core.Utils import Utils File "/data/data/com.termux/files/home/IPGeoLocation/core/Utils.py", line 35, in from core.Logger import Logger File "/data/data/com.termux/files/home/IPGeoLocation/core/Logger.py", line 32, in from termcolor import colored ModuleNotFoundError: No module named 'termcolor'
can u fix this ok
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maldevel/IPGeoLocation/issues/20?email_source=notifications&email_token=ALYQRT77CEP27I7A2GH354DP3RWPFA5CNFSM4GCDRALKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYHRBOY#issuecomment-504303803, or mute the thread https://github.com/notifications/unsubscribe-auth/ALYQRTYCGZ4W3KQF3YP7IULP3RWPFANCNFSM4GCDRALA .
fix this is please. i want run the ipgeolocation but like this ↓ Traceback (most recent call last): File "ipgeolocation.py", line 32, in from core.IpGeoLocationLib import IpGeoLocationLib File "/data/data/com.termux/files/home/IPGeoLocation/core/IpGeoLocationLib.py", line 30, in from core.Utils import Utils File "/data/data/com.termux/files/home/IPGeoLocation/core/Utils.py", line 35, in from core.Logger import Logger File "/data/data/com.termux/files/home/IPGeoLocation/core/Logger.py", line 32, in from termcolor import colored ModuleNotFoundError: No module named 'termcolor'
can u fix this ok
Type the below line for install termcolor "pip install termcolor"
pip3 install -r requirements.txt --user
if pip3 is missing:
apt-get install python3-setuptools
easy_install3 pip
pip3 install -r requirements.txt
What is the solution to this problem? ERROR: Could not find a version that satisfies the requirement termcolor (from versions: none) ERROR: No matching distribution found for termcolor WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping WARNING: There was an error checking the latest version of pip.
Please run pip install termcolor
↓ Traceback (most recent call last): File "ipgeolocation.py", line 32, in from core.IpGeoLocationLib import IpGeoLocationLib File "/data/data/com.termux/files/home/IPGeoLocation/core/IpGeoLocationLib.py", line 30, in from core.Utils import Utils File "/data/data/com.termux/files/home/IPGeoLocation/core/Utils.py", line 35, in from core.Logger import Logger File "/data/data/com.termux/files/home/IPGeoLocation/core/Logger.py", line 32, in from termcolor import colored ModuleNotFoundError: No module named 'termcolor .
issue is maintain of the previous of the commanded. few customer are still facing the login issue, need to be resolved soon
still facing the login issue.!!
Hello
I already install requirements and found that Termcolor and colorama already satisfied on my termux but why when i run
python3 ipgeolocation.py -m or anything that i was want run always having error
Is there anything wrong with this step? Help please.