gpt4 book ai didi

python - 为什么在尝试安装 FiPy 时出现错误?

转载 作者:太空宇宙 更新时间:2023-11-04 01:16:05 30 4
gpt4 key购买 nike

我已经尝试了几个小时来安装 FiPy我已经安装了 Pip 和许多其他东西来让它工作。 Pip 成功安装了许多我需要的东西,但我无法让它为 PySparse 或 FiPy 工作。为什么我尝试安装 PySparse 时出现错误:

$ pip install pysparse
Downloading/unpacking pysparse
Could not find a version that satisfies the requirement pysparse (from versions: 1.1.1-dev, 1.2-dev, 1.2-dev202, 1.2-dev203, 1.2-dev213, 1.3-dev)
Cleaning up...
No distributions matching the version for pysparse
Storing debug log for failure in /Users/Emily/.pip/pip.log

当我尝试安装 FiPy 时出现此错误:

$ pip install fipy
Downloading/unpacking fipy
Downloading FiPy-3.1.tar.gz (5.7MB): 5.7MB downloaded
Running setup.py (path:/private/var/folders/jt/gzhjdv8s1xb_v2b52lmr8bx00000gn/T/pip_build_Emily/fipy/setup.py) egg_info for package fipy
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/private/var/folders/jt/gzhjdv8s1xb_v2b52lmr8bx00000gn/T/pip_build_Emily/fipy/setup.py", line 44, in <module>
import ez_setup
ImportError: No module named ez_setup
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "<string>", line 17, in <module>

File "/private/var/folders/jt/gzhjdv8s1xb_v2b52lmr8bx00000gn/T/pip_build_Emily/fipy/setup.py", line 44, in <module>

import ez_setup

ImportError: No module named ez_setup

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/jt/gzhjdv8s1xb_v2b52lmr8bx00000gn/T/pip_build_Emily/fipy
Storing debug log for failure in /Users/Emily/.pip/pip.log

你能帮忙吗?请具体一点,因为我遇到了很多麻烦。

最佳答案

我刚刚遇到了和你一样的问题,这里是我的解决方法:

Pysparse:pip 在 PyPI 中找不到 pysparse 发行版,因为它似乎不是稳定版本(参见例如 Could not find a version that satisfies the requirement pytz 以供引用)。如链接所示,要解决此问题,您可以使用

pip install --pre pysparse

但是,这对我不起作用——安装失败。所以我从 http://pysparse.sourceforge.net/index.html 手动下载并安装了 pysparse

菲比:错误显示“没有名为 ez_setup 的模块”。如果您使用 pip 安装 python ez_setup 模块,FiPY 的安装现在应该可以进行。

FiPY 现在似乎对我有用。祝你好运!

关于python - 为什么在尝试安装 FiPy 时出现错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24606931/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com