我正在使用pyinstaller并已遇到问题。
是这里。
root@kali:~# pip install pyinstaller
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/82/9/21ba3619647bac2b34b4996b2dbbea8e74a703767ce24192899d9153c058/pyinstaller-4.0.tar.gz
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-4clJAa/pyinstaller/setup.py", line 63
file=sys.stderr)
^
SyntaxError: invalid syntax
和底线
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-4clJAa/pyinstaller/
总的来说,我不知道下一步要做什么。我确实看到了其他一些帖子,但情况与我的不同。
pip版本为18.1,使用python 2.7