nucypher / zerodb-server

ZeroDB server and client-side example of using it
https://docs.zerodb.com/
GNU Affero General Public License v3.0
135 stars 23 forks source link

TypeError: __init__() takes 4 positional arguments but 5 were given #15

Open Jdoufrondo opened 7 years ago

Jdoufrondo commented 7 years ago

After successfully installing zerodb-server via pip3 install zerodb-server I now get the following error if I want to execute zerodb-server :

cap

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

cchew commented 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.