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
Is your feature request related to a problem? Please describe.
When installing PyMEOS, no database connector is installed by default. So, when using PyMEOS to connect to MobilityDB, it can be confusing why the connector is not found when intuitively it should be automatically installed with PyMEOS.
Describe the solution you'd like
A clearer message (instead of the python "ModuleNotFound" error message), stating that the connector is not installed and you have to install it manually.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When installing PyMEOS, no database connector is installed by default. So, when using PyMEOS to connect to MobilityDB, it can be confusing why the connector is not found when intuitively it should be automatically installed with PyMEOS.
Describe the solution you'd like
A clearer message (instead of the python "ModuleNotFound" error message), stating that the connector is not installed and you have to install it manually.
The text was updated successfully, but these errors were encountered: