Я пытался установить бустер с помощью pip, но ошибка продолжает возникать
- pip: 20.0.2
- python: 3.7.1
- ОС: macOS каталина 10.15.3
сообщение об ошибке
Collecting buster
Using cached buster-0.1.3.tar.gz (4.9 kB)
Collecting GitPython==0.3.2.RC1
Using cached GitPython-0.3.2.RC1.tar.gz (313 kB)
Collecting async==0.6.1
Using cached async-0.6.1.tar.gz (36 kB)
ERROR: Command errored out with exit status 1:
command: /Users/yoon/anaconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/t5/_9rd8gq543s083qjncb52snc0000gn/T/pip-install-9mhnrb0v/async/setup.py'"'"'; __file__='"'"'/private/var/folders/t5/_9rd8gq543s083qjncb52snc0000gn/T/pip-install-9mhnrb0v/async/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 /private/var/folders/t5/_9rd8gq543s083qjncb52snc0000gn/T/pip-install-9mhnrb0v/async/pip-egg-info
cwd: /private/var/folders/t5/_9rd8gq543s083qjncb52snc0000gn/T/pip-install-9mhnrb0v/async/
Complete output (6 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/t5/_9rd8gq543s083qjncb52snc0000gn/T/pip-install-9mhnrb0v/async/setup.py", line 24
print "Ignored failure when building extensions, pure python modules will be used instead"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Ignored failure when building extensions, pure python modules will be used instead")?
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.