hammadsaleemm commented on issue #784: URL: https://github.com/apache/age/issues/784#issuecomment-1505180217
To resolve the issue, I would recommend following the instructions from the Apache Age repository's requirements.txt file instead of the PyPI project description instructions. This should ensure that you are using the correct versions of the dependencies that are compatible with Apache Age. You can install the recommended dependencies by running the following commands: `pip install psycopg2 --no-binary :all: psycopg2 pip install antlr4-python3-runtime==4.11.1 pip install setuptools ` If you continue to experience issues, it may be helpful to check the versions of the installed dependencies using pip freeze, and compare them to the requirements specified in the requirements.txt file. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
