age icon indicating copy to clipboard operation
age copied to clipboard

Python setup.py import

Open zombie-einstein opened this issue 1 year ago • 0 comments

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 avatar Oct 07 '24 15:10 zombie-einstein