2016-09-07 47 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錯誤跟蹤器上提出問題也許是明智的,所以他們知道這一點。