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 has been 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.
I also try to run srv.py from terminal but i got the same error:
python srv.py --cert-dir veles+ssl://a516fec03fbee24dfae2a70ca8889c9f@127.0.0.1:3135 /home/reverser/.local/share/CodiSec/Veles/veles.vdb
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'
BTW running with sudo doesn't help. I 've got the same error.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using archlinux and installed veles using AUR
But when i am trying to run veles i got this error?
Installed requirements are:
The text was updated successfully, but these errors were encountered: