pawankukreja01 commented on issue #890:
URL: https://github.com/apache/age/issues/890#issuecomment-1763488374

   **Check for circular imports**: Circular imports can cause issues with 
importing modules in Python. Ensure that there are no circular imports between 
your modules.
   **Check for version compatibility issues**: Ensure that you are using a 
compatible version of Apache AGE with your version of Python.
   **Check that the module exists**: Verify that the ‘age.models’ module exists 
in the correct location and contains the ‘Model’ class. You can do this by 
opening a Python shell and running `import age.models` followed by 
`dir(age.models)` to see a list of all objects in the module.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to