簡體   English   中英

無法將tradingWithPython安裝到Anaconda中

[英]cannot install tradingWithPython into Anaconda

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\

我試圖將包tradingWithPython安裝到anaconda中,但我一直收到這個錯誤,我無法弄清楚。 任何幫助將非常感謝。

我只是和庫的作者交談過,看來withPython的交易僅與Python3一起安裝。 它不再向后兼容。

我只是嘗試了此操作(因為我遇到了同樣的問題),它現在似乎可以工作了。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM