2016-06-08 197 views
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

+0

你使用的是python2還是python3,並且模塊兼容? – Merlin

+0

附帶Anaconda環境的Python 2.7,但它在網站上說它應該爲任何版本的python安裝該軟件包。 – user60887

回答

1

我剛剛與圖書館的作者交談過,似乎與Python交易只能與Python3一起安裝。它不再向後兼容。

我剛剛試過這個(因爲我有同樣的問題),它現在似乎工作。

+0

謝謝!這有幫助 – user60887