Open Jdoufrondo opened 7 years ago
I had the issue when following the installation instructions on https://docs.zerodb.com
This was resolved by leaving out the version number in the pip command, i.e.:
pip3 install zerodb-server
If you then get 'ImportError: No module named 'ZEO.zrpc' when running 'zerodb-manage init_db', follow solution on #14.
After successfully installing zerodb-server via pip3 install zerodb-server I now get the following error if I want to execute zerodb-server :
I do not understand the problem. I check /usr/local/lib/python3.5/dist-packages/ZEO/StorageServer.py and it's 5 arguments that are passed. But it still not working