我正在尝试使用python版本3.5.2在10.12.4上运行的MacBook上安装IMDbPY。我确实找到了几个解决这个问题的问题,但提供的建议似乎对我没有帮助。 以下是我的终端输出。
host-vlth5x-205:IMDbPY-3.5 apple$ pip install IMDbPY
Collecting IMDbPY
Using cached IMDbPY-5.1.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/gd/f_5prpbn13j_xy22k_4nlvgh0000gn/T/pip-build-k_hgg84y/IMDbPY/setup.py", line 200
print 'Created locale for: %s.' % ' '.join(languages)
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/gd/f_5prpbn13j_xy22k_4nlvgh0000gn/T/pip-build-k_hgg84y/IMDbPY/
发布此消息后,我尝试下载最新的稳定版IMDbPY-3.5 here并通过终端手动安装软件包,这给了我以下错误:
host-vlth5x-205:IMDbPY-3.5 apple$ python setup.py
File "setup.py", line 128
except SystemExit, e:
^
SyntaxError: invalid syntax
请帮我解决这个问题。谢谢!
答案 0 :(得分:0)
目前,IMDbPY是一个仅限Python 2.7的库。它不能(还)在Python 3.x上工作。
要解决您的问题,请安装Python 2.7