简体   繁体   English

需要Win64的旧版本scipy

[英]Old version scipy for win64 needed

I'm using abaqus 6.13 which only support 64bit system. 我正在使用仅支持64位系统的abaqus 6.13。 But the numpy within abaqus is 1.4.1 version, which do not support the newest 0.13.1 scipy. 但是abaqus中的numpy是1.4.1版本,不支持最新的0.13.1 scipy。

I need some old version 64bit scipy (0.7.0-0.9.0) for python 2.6 (the version within abaqus) in windows, but I can't find them anywhere. 我在Windows中需要python 2.6(abaqus中的版本)的一些旧版本64bit scipy(0.7.0-0.9.0),但是我在任何地方都找不到它们。

In http://www.lfd.uci.edu/~gohlke/pythonlibs/ ,there's only scipy 0.13.1. http://www.lfd.uci.edu/~gohlke/pythonlibs/中 ,只有scipy 0.13.1。 Can anyone help me? 谁能帮我? Thank you! 谢谢!

The sourceforge downloads page has sources and binaries for older versions from 0.6 upwards. sourceforge下载页面提供了0.6和更高版本的旧版本的源代码和二进制文件。 The windows binaries seem to be 32-bit, so if that doesn't work for you, you may need to get the sources from the maintenance/xx branches in the github repo and build them yourself. Windows二进制文件似乎是32位的,因此,如果这对您不起作用,则可能需要从github存储库中的maintenance / xx分支获取源代码并自己构建它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM