我将url引用到profile data和profile data,我们在python解释器中需要pyxplorer,但是当我尝试安装pyxplorer包时,它会给我错误如下:
收集pyxplorer
找不到满足要求的版本pyxplorer(来自版本:)找不到pyxplorer的匹配分发
安装程序包的命令是:
pip安装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
提前谢谢。
最佳答案
PyPI上的pyxplorer
包看起来是无效的,实际上不包含任何发布数据。看看JSON for pyxplorer
的releases键-它是一个空数组,但是普通的包看起来更像this。
最好的解决方案是直接从GitHub安装,如下所示:
pip install git+https://github.com/grundprinzip/pyxplorer
(您可能需要在类Unix系统上使用
sudo
,或在Windows上以管理员身份运行)在
pyxplorer
bug tracker上提交一个问题也是明智的,这样他们就知道了这一点。