Eugeny
unread,Mar 8, 2012, 2:59:05 PM3/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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