簡體   English   中英

使用enthought canopy安裝scipy時找不到libgfortran

[英]libgfortran not found when installing scipy using enthought canopy

我試圖在Enthought Canopy中使用enpkg安裝scipy但我收到此錯誤:

(canopy_env) server 17:10:33 ~ $ enpkg scipy
prefix: /home/user/apps/canopy_env
Traceback (most recent call last):
  File "/home/user/apps/canopy_env/bin/enpkg", line 10, in <module>
    sys.exit(main())
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/main.py", line 746, in main
    install_req(enpkg, req, args)             # install (default)
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/main.py", line 395, in install_req
    _perform_install()
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/main.py", line 311, in _perform_install
    enpkg.execute(actions)
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/enpkg.py", line 279, in execute
    self.fetch(egg, force=int(opcode[-1]))
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/enpkg.py", line 455, in fetch
    f.fetch_egg(egg, force, self._execution_aborted)
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/fetch.py", line 147, in fetch_egg
    self.fetch(egg, execution_aborted)
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/fetch.py", line 30, in fetch
    fi, info = self.remote.get(key)
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/store/indexed.py", line 47, in get
    return self.get_data(key), self.get_metadata(key)
  File "/home/user/apps/Canopy/appdata/canopy-1.1.0.1371.rh5-x86_64/lib/python2.7/site-packages/enstaller/store/indexed.py", line 136, in get_data
    raise KeyError("%s: %s" % (e, url))
KeyError: u'HTTP Error 404: NOT FOUND: https://api.enthought.com/eggs/rh5-64/libgfortran-3.0.0-1.egg'

我正在使用Canopy Express並提供此軟件包(請參閱此內容 )..我試圖從pip安裝它,但由於我沒有管理權限,我無法安裝它..

編輯:安裝ipython時Pygments包也會發生同樣的情況:

appinst-2.1.2-1.egg                                                [fetching]
    55 KB [.................................................................]
MarkupSafe-0.18-2.egg                                              [fetching]
    26 KB [.................................................................]
...
KeyError: u'HTTP Error 404: NOT FOUND: https://api.enthought.com/eggs/rh5-64/Pygments-1.6.0-1.egg'

謝謝

我們的一些免費軟件包被錯誤地標記為“商業”。 我們修復了問題,您現在應該能夠安裝它們。

抱歉有問題!

暫無
暫無

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

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