Package Details: python-veles-git 2018.05.0.r0.ge65de5a-5

Git Clone URL: https://aur.archlinux.org/veles-git.git (read-only, click to copy)
Package Base: veles-git
Description: Binary data analysis and visualization tool
Upstream URL: https://codisec.com/veles
Licenses: APLv2
Conflicts: python-veles
Submitter: m3thodic
Maintainer: m3thodic
Last Packager: m3thodic
Votes: 0
Popularity: 0.000000
First Submitted: 2017-12-26 19:21 (UTC)
Last Updated: 2022-05-05 05:36 (UTC)

Latest Comments

dnloop commented on 2023-04-26 19:48 (UTC)

I've managed to start the database using the following workaround:

Inside /usr/lib/python3.[xx]/site-packages/veles/proto/msgpackwrap.py removed encoding='utf-8'.

class MsgpackWrapper(pep487.NewObject):                                         
    def __init__(self):                                                         
        self.packer = msgpack.Packer(                                           
            use_bin_type=True, default=MsgpackWrapper.pack_obj)                 
        self.unpacker = msgpack.Unpacker(ext_hook=MsgpackWrapper.load_obj)

The following packages were installed to build veles-git:

  • msgpack-c
  • msgpack-cxx
  • python-msgpack
  • python-pbr
  • python-six
  • python-pyopenssl

sandsmark commented on 2022-03-15 21:07 (UTC) (edited on 2022-03-15 21:31 (UTC) by sandsmark)

This downloads a ton of random packages of dubious quality in build().

edit: I patched it to fix it, but I hit this: https://github.com/codilime/veles/issues/451

I guess veles is dead?

cyrozap commented on 2021-09-10 20:56 (UTC)

This wouldn't build without installing msgpack-cxx (the error was something like "couldn't find msgpack.hpp"), so it should probably be added as a build dependency.

m3thodic commented on 2019-06-18 18:51 (UTC)

@ceres-c fixed, thanks!

ceres-c commented on 2019-06-14 15:31 (UTC)

Needs cmake as a dependency (since last update?)

qs9rx commented on 2018-11-16 16:11 (UTC)

needs msgpack-c as build dependency