You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python trity.py
Traceback (most recent call last):
File "trity.py", line 27, in
from searchs import *
File "trity/searchs.py", line 1, in
from google import search
ImportError: No module named google
pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz
Collecting http://effbot.org/downloads/Imaging-1.1.6.tar.gz
Downloading http://effbot.org/downloads/Imaging-1.1.6.tar.gz (435 kB)
|████████████████████████████████| 435 kB 184 kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-33c0dhzy/setup.py'"'"'; file='"'"'/tmp/pip-req-build-33c0dhzy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-eb17y7mr
cwd: /tmp/pip-req-build-33c0dhzy/
Complete output (6 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-33c0dhzy/setup.py", line 175
print "--- using Tcl/Tk libraries at", TCL_ROOT
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("--- using Tcl/Tk libraries at", TCL_ROOT)?
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered: