在IronPython上升级Scipy

时间:2019-08-15 13:37:16

标签: scipy ironpython

我是Scipy和IronPython的新手,所以请原谅我可能要问的任何假问题。

无论如何,我正在尝试在IronPython 2.7.5(操作系统为Windows 7 64位)上将scipy版本升级到> 1.1,但是我不确定如何做到。

我当前的scipy版本是1.0.0。

我尝试从命令提示符运行:

ipy -X:Frames -m pip install --upgrade scipy

但是我得到了:

Downloading/unpacking scipy
C:\Program Files (x86)\IronPython 2.7\lib\site-packages\pip\_vendor\requests\packages\urllib3\connectionpool.py:1: DeprecationWarning: object.__new__() takes no para
meters
  # urllib3/connectionpool.py
  Cannot fetch index base URL https://pypi.python.org/simple/
  Could not find any downloads that satisfy the requirement scipy
Cleaning up...
No distributions at all found for scipy

任何有关如何使其工作的帮助将不胜感激。另外,如果还有其他方法可以在IronPython env上轻松安装较新的scipy编译版本,也可以-我只需要知道。

0 个答案:

没有答案