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

Python setup.py import #2122

Open
zombie-einstein opened this issue Oct 7, 2024 · 0 comments
Open

Python setup.py import #2122

zombie-einstein opened this issue Oct 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zombie-einstein
Copy link

zombie-einstein commented Oct 7, 2024

Describe the bug
When trying to install the age Python driver using poetry, the install fails due to the import of age here, this is due to the dependencies not yet being available, but then when importing age to get the version in setup.py it fails (see this stackoverflow for details).

Is it possible to just remove this? The import seems unused, and the import at this point seems to cause issues.

Happy to open a PR for this, just wanted to check if there was some reason for the import I was missing.

@zombie-einstein zombie-einstein added the bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant