You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: