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

Closed
zombie-einstein opened this issue Oct 7, 2024 · 2 comments
Closed

Python setup.py import #2122

zombie-einstein opened this issue Oct 7, 2024 · 2 comments
Labels
bug Something isn't working Stale Stale issues/PRs

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
Copy link

github-actions bot commented Dec 7, 2024

This issue is stale because it has been open 60 days with no activity. Remove "Abondoned" label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale Stale issues/PRs label Dec 7, 2024
Copy link

This issue was closed because it has been stalled for further 14 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 22, 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 Stale Stale issues/PRs
Projects
None yet
Development

No branches or pull requests

1 participant