无法使用pip下载pyxplorer包?

时间:2016-09-07 17:43:03

标签: python

我将url引用到配置文件数据并分析数据,我们需要在python解释器中使用pyxplorer,但是当我尝试安装pyxplorer包时,它给出了如下错误:

收集pyxplorer   找不到满足pyxplorer要求的版本(来自版本:)没有为pyxplorer找到匹配的分发

安装包的命令是:

pip install pyxplorer

我在下面仅知道关于数据分析的链接(pyxplorer)

1)https://github.com/grundprinzip/pyxplorer 2)http://nbviewer.jupyter.org/github/grundprinzip/pyxplorer/blob/master/pyxplorer_stuff.ipynb

我已尝试过的链接是:

1)pip cannot install anything

2)Could not find any downloads that satisfy the requirement newrelic-plugin-agent

提前致谢。

1 个答案:

答案 0 :(得分:1)

看起来PyPI上的pyxplorer包无效,并且实际上并不包含任何发布数据。看一下JSON for pyxplorer的发布密钥 - 它是一个空数组,但普通包看起来更像this

最好的解决方案是直接从GitHub安装,如下所示:

pip install git+https://github.com/grundprinzip/pyxplorer

(您可能需要在类Unix系统上使用sudo或在Windows上使用以管理员身份运行

pyxplorer错误跟踪器上提交问题也是明智之举,以便他们了解这一点。