【发布时间】:2017-04-29 23:35:24
【问题描述】:
我是新人,正在努力为scipy 的发展做出贡献。我在我的 github 中分叉了 scipy,并尝试基于this documentation 构建它。但是,尝试在 Python 中导入 scipy 时,出现以下错误:
>>> import scipy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named scipy
我还尝试安装here 中提到的所有必要的先决条件。我知道我可以做到pip install scipy,但这不是构建 scipy 开发者版本的重点,我猜。有人可以帮忙吗?
【问题讨论】:
-
trying to contribute to scipy+1 -
@MaxU:确实,从事开源项目并为社会做出贡献是一种动力。而且,社区的鼓励也很受欢迎!