Package Details: veles 2018.05-1

Git Clone URL: https://aur.archlinux.org/veles.git (read-only, click to copy)
Package Base: veles
Description: Binary data analysis and visualization tool
Upstream URL: https://codisec.com/veles/
Licenses: Apache
Submitter: m3thodic
Maintainer: m3thodic
Last Packager: m3thodic
Votes: 3
Popularity: 0.000000
First Submitted: 2017-09-09 14:17 (UTC)
Last Updated: 2021-10-09 22:41 (UTC)

Latest Comments

kevorr commented on 2021-09-29 15:27 (UTC)

The below error can be fixed with the following patch

diff --git a/python/veles/proto/msgpackwrap.py b/python/veles/proto/msgpackwrap.py
index 63ba077..782da54 100644
--- a/python/veles/proto/msgpackwrap.py
+++ b/python/veles/proto/msgpackwrap.py
@@ -32,7 +32,7 @@ class MsgpackWrapper(pep487.NewObject):
         self.packer = msgpack.Packer(
             use_bin_type=True, default=MsgpackWrapper.pack_obj)
         self.unpacker = msgpack.Unpacker(
-            encoding='utf-8', ext_hook=MsgpackWrapper.load_obj)
+            ext_hook=MsgpackWrapper.load_obj)

     @classmethod
     def pack_obj(cls, obj):

0xFF1E071F commented on 2020-08-24 07:26 (UTC)

I got the error below when i am trying to run veles

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.

Powersource commented on 2018-06-24 00:45 (UTC)

Crashes a lot, e.g. when I click on Visualization, without errors (just segfault). Missing dependencies?