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
Yesterday I couldn't install the packages needed for your tool, but I've seen that you updated the requirements.txt in the meanwhile, which helped and made it now possible to install it on Ubuntu (I still have issues installing on Mac os Catalina with python 3.12.1 but it seems related to issues with some other package installations, so I won't spend time on this).
However, I didn't then manage to make it run, even on ubuntu/docker... There are different issues:
When trying running directly in ubuntu 20 (with Python 3.8.10 - running the "DPdb" version or the "python server.py" version), it gives me the error "AttributeErrore: module 'py2neo.database' has no attribute 'all'".
When trying running the docker image (the Dockerfile-flask one), it manages to build the image, but when running it, it directly exits. In the logs, the error seems to be "ImportError: cannot import name 'ARD' from 'pyard' (/usr/local/lib/python3.8/site-packages/pyard/init.py)"
I hope you manage to fix these issues.
Thank you. Best regards,
Julien
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for putting up this tool.
Yesterday I couldn't install the packages needed for your tool, but I've seen that you updated the requirements.txt in the meanwhile, which helped and made it now possible to install it on Ubuntu (I still have issues installing on Mac os Catalina with python 3.12.1 but it seems related to issues with some other package installations, so I won't spend time on this).
However, I didn't then manage to make it run, even on ubuntu/docker... There are different issues:
I hope you manage to fix these issues.
Thank you. Best regards,
Julien
The text was updated successfully, but these errors were encountered: