从 conda 安装时无法在 FiPy 中调用示例
Can't call examples in FiPy when installed from conda
我在虚拟环境中按照站点首选的 conda 安装方法安装了 FiPy。但是,我似乎无法 call/run 使用例如 python setup.py test --examples
等命令的任何示例。当我尝试 运行 个单独的例子时,我也没有成功,例如主站点上列为 examples/diffusion/mesh1D.py
的那个。搜索文件名 mesh1D.py
显示在任何 fipy 目录下根本没有可用的 examples
目录。
这仅仅是所有 conda 安装的问题,它省略了示例吗?
如 Installation 中所述:
When installed via conda or pip, FiPy will not include its examples.
These can be obtained by cloning the repository
or downloading a compressed archive.
我在虚拟环境中按照站点首选的 conda 安装方法安装了 FiPy。但是,我似乎无法 call/run 使用例如 python setup.py test --examples
等命令的任何示例。当我尝试 运行 个单独的例子时,我也没有成功,例如主站点上列为 examples/diffusion/mesh1D.py
的那个。搜索文件名 mesh1D.py
显示在任何 fipy 目录下根本没有可用的 examples
目录。
这仅仅是所有 conda 安装的问题,它省略了示例吗?
如 Installation 中所述:
When installed via conda or pip, FiPy will not include its examples. These can be obtained by cloning the repository or downloading a compressed archive.