jython install neo4j-python error: "Could not find artifact"

92 views
Skip to first unread message

Eugeny

unread,
Mar 8, 2012, 2:59:05 PM3/8/12
to Neo4j
Hi!

When I doing follow (installing neo4j-python):

>> sudo jython setup.py install

I have follow problem:

Traceback (most recent call last):
File "setup.py", line 146, in <module>
main()
File "setup.py", line 104, in main
for dependency,include in
pom.download_dependencies(dependencies_path):
File "/home/eugeny/neo4j-python/pom.py", line 80, in
download_dependencies
pom, jar = download_dependency(destination, self.repositories,
File "/home/eugeny/neo4j-python/pom.py", line 129, in
download_dependency
download(pom_file, repositories, group, artifact, version,
realver,
File "/home/eugeny/neo4j-python/pom.py", line 145, in download
data =
get_data(repositories,group,artifact,version,real_version,pattern)
File "/home/eugeny/neo4j-python/pom.py", line 166, in get_data
raise ValueError("Could not find artifact %s/%s-%s" % (
ValueError: Could not find artifact org.neo4j/neo4j-kernel-1.0

Please, help me to solve this problem! TIA.

Best Regards,
Eugeny Kozhanov

Eugeny

unread,
Mar 8, 2012, 3:27:13 PM3/8/12
to Neo4j
How I install neo4j driver on Jython? (for use "import org.neo4j. ...
").

Jacob Hansson

unread,
Mar 12, 2012, 6:08:11 AM3/12/12
to ne...@googlegroups.com
Hey,

unfortunately, neo4j-embedded currently does not support Jython. You can either use the standard neo4j java distribution, or you can use one of the python REST clients, like py2neo or neo4j-rest-client.

/jake


On Thu, Mar 8, 2012 at 9:27 PM, Eugeny <vin...@gmail.com> wrote:
How I install neo4j driver on Jython? (for use "import org.neo4j. ...
").



--
Jacob Hansson
Phone: +46 (0) 763503395
Twitter: @jakewins

Eugeny Kozhanov

unread,
Apr 15, 2012, 3:34:15 AM4/15/12
to ne...@googlegroups.com
Thanks!

Peter Neubauer

unread,
Oct 23, 2012, 10:09:04 AM10/23/12
to ne...@googlegroups.com
Guys,
has anybody gotten this to work? If so, could you share a screen cast
as Python/PyPi etc seems to be a hassle ton install. Pleeeze.

Cheers,

/peter neubauer

G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer

Neo4j 1.8 GA - http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html


On Mon, Oct 22, 2012 at 6:20 PM, Mrudu Bala <lou....@gmail.com> wrote:
> Hey i got the same error while installing Cpython-neo4j. How do i proceed?
> --
>
>

Nigel Small

unread,
Oct 23, 2012, 11:08:43 AM10/23/12
to ne...@googlegroups.com
If it helps, I've recently been playing with jython and the core neo4j jar files with some success. I had to work with jython2.7a2 (which is an alpha release) as I couldn't get much joy with the 2.5 version in the Ubuntu repository.

Although I wasn't planning on opening it up at the moment, this project -- https://bitbucket.org/nigelsmall/borneo -- is a quick and dirty alternative server for Neo4j which talks to local embedded database instances from within the scripts/borneo.py file. There might be something in there which can help (although there aren't many comments!)

Incidentally, as well as jython2.7a2, I'm also using OpenJDK7 on Ubuntu 12.04.

YMMV
Nige


--



Peter Neubauer

unread,
Oct 24, 2012, 4:52:23 AM10/24/12
to ne...@googlegroups.com
Guys,
George London pointed me to a SO thread on this,
http://stackoverflow.com/questions/8525193/cannot-install-jpype-on-os-x-lion-to-use-with-neo4j
. Could you please look there and report back? If things work that
way, we should probably do a screen cast and adjust the docs to
include this.

Cheers,

/peter neubauer

G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer

Neo4j 1.8 GA - http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html


Reply all
Reply to author
Forward
0 new messages