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
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
I am using archlinux and installed veles using AUR
But when i am trying to run veles i got this error?
Waiting for a new server to start...
Process of locally created server started.
INFO:root:Świtezianka server is starting up...
INFO:root:Opening database...
Traceback (most recent call last):
File "srv.py", line 51, in <module>
conn = AsyncLocalConnection(loop, args.database)
File "/usr/lib/python3.8/site-packages/veles/server/conn.py", line 78, in __init__
tracker = DbTracker(tracker)
File "/usr/lib/python3.8/site-packages/veles/db/tracker.py", line 49, in __init__
db = DbBackend(db)
File "/usr/lib/python3.8/site-packages/veles/db/backend.py", line 135, in __init__
wrapper = msgpackwrap.MsgpackWrapper()
File "/usr/lib/python3.8/site-packages/veles/proto/msgpackwrap.py", line 34, in __init__
self.unpacker = msgpack.Unpacker(
File "msgpack/_unpacker.pyx", line 317, in msgpack._cmsgpack.Unpacker.__init__
TypeError: __init__() got an unexpected keyword argument 'encoding'
Process of locally created server finished. Exit code: 1.
NetworkClient: Disconnect.