Closed dangayle closed 10 years ago
Do not install from master, that is work-in-progress and not yet stable code. Install from release/1.6.4 or PyPI.
The issue is that all your docs refer to the new code with the neo4j.Graph
class, and not what you can install from PyPI. Do you have versioned documentation anywhere?
On Aug 5, 2014, at 10:42 PM, Nigel Small notifications@github.com wrote:
Do not install from master, that is work-in-progress and not yet stable code. Install from release/1.6.4 or PyPI.
— Reply to this email directly or view it on GitHub.
Ah, you're right. The published documentation looks broken. Thanks for highlighting this, I'll get it fixed. On 6 Aug 2014 07:28, "Dan Gayle" notifications@github.com wrote:
The issue is that all your docs refer to the new code with the
neo4j.Graph
class, and not what you can install from PyPI. Do you have versioned documentation anywhere?On Aug 5, 2014, at 10:42 PM, Nigel Small notifications@github.com wrote:
Do not install from master, that is work-in-progress and not yet stable code. Install from release/1.6.4 or PyPI.
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub https://github.com/nigelsmall/py2neo/issues/328#issuecomment-51298313.
Cool, thanks. I'm really excited to use it. I've been wanting to use graph dbs for a long time in Python, and your app looks perfect :)
On Aug 5, 2014, at 11:31 PM, Nigel Small notifications@github.com wrote:
Ah, you're right. The published documentation looks broken. Thanks for highlighting this, I'll get it fixed. On 6 Aug 2014 07:28, "Dan Gayle" notifications@github.com wrote:
The issue is that all your docs refer to the new code with the
neo4j.Graph
class, and not what you can install from PyPI. Do you have versioned documentation anywhere?On Aug 5, 2014, at 10:42 PM, Nigel Small notifications@github.com wrote:
Do not install from master, that is work-in-progress and not yet stable code. Install from release/1.6.4 or PyPI.
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub https://github.com/nigelsmall/py2neo/issues/328#issuecomment-51298313.
— Reply to this email directly or view it on GitHub.
Docs are now fixed.
Fantastic. Thanks.
Setup.py still lists py2neo.packages.urimagic as a dependency, but that dependency no longer exists. Which means that you can't install from master. Here's the error: