Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 python 中使用 scikits.bvp_solver。我目前使用 Canopy 作为我的标准 Python 接口,但此包不可用。是否有另一个可用的软件包来解决边值问题?我也尝试过使用 macports 进行下载,但是当它尝试构建 gcc48 依赖项时,程序会卡住。
您可以尝试下载包 tar.gz 并使用 easy_install 。或者你可以解包并使用标准的python setup.py安装方式。我相信这两种方式都需要一个 fortran 编译器。