带有Anaconda的PyDSTool无法正确安装 [英] PyDSTool with anaconda not installing properly

查看:136
本文介绍了带有Anaconda的PyDSTool无法正确安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用anaconda2(conda安装PyDSTool)安装PyDSTool,这似乎进展顺利.但是当我打开spyder并导入PyDSTool时,它给了我错误

I am trying to install PyDSTool with anaconda2 (conda install PyDSTool), which seems to go well. But when I open spyder and import PyDSTool, it gives me error

import PyDSTool


Traceback (most recent call last):

  File "<ipython-input-1-a214100b00aa>", line 1, in <module>
    import PyDSTool

  File "/home/user/anaconda2/lib/python2.7/site-packages/PyDSTool/__init__.py", line 76, in <module>
    raise RuntimeError("SciPy v0.5.1 or above is required")

RuntimeError: SciPy v0.5.1 or above is required

我尝试按照以下建议更改parseUtils.py:导入PyDSTool软件包不会不行 但仍然是相同的错误.我当然有SciPy 1.0和python 2.7.

I tried to change parseUtils.py as per this suggestion: import of package PyDSTool doesn't work but still the same error. I certainly have SciPy 1.0 and python 2.7.

推荐答案

我最近遇到了这个问题.此处接受的答案( PyDSTool无法识别SciPy版本)在解决这个问题方面仍然有效.

I ran into this problem recently. The accepted answer here (PyDSTool do not recognize SciPy version) is still effective today at solving this problem.

从此处基本下载PyDSTool( https://github.com/tkf/pydstool/tree/tkf ),而不是sourceforge.

Basically download PyDSTool from here (https://github.com/tkf/pydstool/tree/tkf) instead of sourceforge.

这篇关于带有Anaconda的PyDSTool无法正确安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆