2016-09-07 22 views
3

我指的URL来分析数据和个人资料,我们需要pyxplorer Python解释器内,但是当我尝试安装pyxplorer包它给我的错误,如数据:无法使用pip下载pyxplorer软件包?

收集pyxplorer 无法找到满足需求的版本pyxplorer(从版本:)未找到pyxplorer

命令来安装包匹配分布为:

PIP安装pyxplorer

我知道下面只有数据分析链接(pyxplore R)

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

在此先感谢。

+0

我在Ubuntu 16.04上发生同样的事情。你在这里满足所有的依赖关系吗?:https://github.com/grundprinzip/pyxplorer#dependencies – elethan

回答

1

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

最好的解决办法是直接从GitHub安装,就像这样:

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

(您可能需要使用在类Unix系统sudo运行作为Windows管理员

pyxplorer错误跟踪器上提出问题也许是明智的,所以他们知道这一点。