0
C:\Users\gaucho-ucsb>pip install tradingWithPython
Collecting tradingWithPython
Using cached tradingWithPython-3.1.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\gaucho~1\appdata\local\temp\pip-build-gshhyv\tradingWithPython\setup.py", line 3, in <module>
import tradingWithPython as twp
File "tradingWithPython\__init__.py", line 6, in <module>
from .lib import extra
File "tradingWithPython\lib\extra.py", line 20
print('\r', self, end='')
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
c:\users\gaucho~1\appdata\local\temp\pip-build-gshhyv\tradingWithPython\
我想安裝包anaconda的包tradingWithPython,但我一直得到這個錯誤,我不知道。任何幫助將非常感謝。無法安裝tradingWithPython到Anaconda
你使用的是python2還是python3,並且模塊兼容? – Merlin
附帶Anaconda環境的Python 2.7,但它在網站上說它應該爲任何版本的python安裝該軟件包。 – user60887