Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation issue #1

Closed
nicolas-cyfix opened this issue Mar 4, 2022 · 2 comments
Closed

installation issue #1

nicolas-cyfix opened this issue Mar 4, 2022 · 2 comments

Comments

@nicolas-cyfix
Copy link

Hi,

I really would like to try your driver. but when I install it

  • on a Debian 11
  • Java 11 is install (default-are)

I got this error:

pip install sqlalchemy-neo4j
Collecting sqlalchemy-neo4j
  Downloading sqlalchemy_neo4j-0.1.dev0-py3-none-any.whl (18 kB)
Collecting jaydebeapi
  Downloading JayDeBeApi-1.2.3-py3-none-any.whl (26 kB)
Collecting jpype
  Downloading jpype-0.0.tar.gz (541 bytes)
    ERROR: Command errored out with exit status 1:
     command: /usr/local/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pk1meydh/jpype_1c8c781209824a1d83b7166a9cb83e90/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pk1meydh/jpype_1c8c781209824a1d83b7166a9cb83e90/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-_63dpvjh
         cwd: /tmp/pip-install-pk1meydh/jpype_1c8c781209824a1d83b7166a9cb83e90/
    Complete output (8 lines):
    
    =========================================
    
    Please install the `JPype` with ``pip install jpype1``
    
    =========================================
    
    
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/92/86/80f8af65d7a681c970914c4ed1cb98178bbd1f1ac7fdff0a2bab75c47708/jpype-0.0.tar.gz#sha256=db973cd5fc031b37bb8968139d4333836d9fb402ce660be9ce52d9f8d1c1cbdf (from https://pypi.org/simple/jpype/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement jpype (from sqlalchemy-neo4j) (from versions: 0.0)
ERROR: No matching distribution found for jpype

Do you know what I am missing?

@bbenzikry
Copy link
Owner

bbenzikry commented Mar 4, 2022

Hi @nicolas-cyfix , sorry for not responding straight away. Should be OK now, released a new version to pypi.

Please verify that you see 0.2.dev/0.2.dev0 as the version.

If you still see issues with the installation

  1. Let me know 😀
  2. If you're using poetry, poetry add should work

Closing this in the meantime

@nicolas-cyfix
Copy link
Author

thank you!
It works better, I will try to use it now ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants