0

I have followed the instructions here and for some reason I am getting the following traceback:

root@ubuntu:~/Downloads/neo4j-python# python setup.py install

Traceback (most recent call last):
  File "setup.py", line 146, in <module>
    main()
  File "setup.py", line 134, in main
    args[attr] = pom[attr]
  File "/home/omer/Downloads/neo4j-python/pom.py", line 58, in __getitem__
    element)
  File "/home/omer/Downloads/neo4j-python/pom.py", line 57, in <lambda>
    return self.pattern.sub(lambda match:self[match.groupdict()['var']],
  File "/home/omer/Downloads/neo4j-python/pom.py", line 54, in __getitem__
    element = self.parent[path]
  File "/home/omer/Downloads/neo4j-python/pom.py", line 91, in __getitem__
    return replacement.get(path, lambda s,x:x)(self, self.__pom[path])
  File "/home/omer/Downloads/neo4j-python/pom.py", line 56, in __getitem__
    raise KeyError(path)
KeyError: 'project.artifactId'

Has anyone encountered this issue? I am running ubuntu 11.04 and python 2.7.1.

1 Answer 1

0

Found the answer on serverfualt. See the issue here.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.