使用enthought canopy安装scipy时找不到libgfortran

时间:2013-11-28 14:18:34

标签: python scipy pip enthought

我正在尝试使用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并提供此软件包(请参阅this).. 我试图从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'

由于

1 个答案:

答案 0 :(得分:2)

我们的一些免费套餐被错误地标记为“商业”。我们修复了问题,您现在应该可以安装它们了。

对此事感到抱歉!