Package Details: kathara 3.7.6-1

Git Clone URL: https://aur.archlinux.org/kathara.git (read-only, click to copy)
Package Base: kathara
Description: A lightweight container-based network emulation tool.
Upstream URL: https://www.kathara.org/
Keywords: docker kubernetes network-emulation nfv
Licenses: GPL3
Submitter: skazza94
Maintainer: skazza94 (5amu, tcaiazzi)
Last Packager: tcaiazzi
Votes: 3
Popularity: 0.000206
First Submitted: 2021-02-18 10:45 (UTC)
Last Updated: 2024-06-17 16:23 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

wh75er commented on 2021-12-25 17:26 (UTC) (edited on 2021-12-25 18:08 (UTC) by wh75er)

I'm not sure if it's relevant to package outdating, but build fails on prepare phase because of incorrect python version

==> Starting prepare()...
.cache/yay/kathara/PKGBUILD: line 20: .cache/yay/kathara/src/venv/bin/pip3.9: No such file or directory

I have python3.10 and pip3.10 in my system, maybe just only use major version:

$srcdir/venv/bin/pip3

instead of hardcoded minor version:

$srcdir/venv/bin/pip3.9

?

UPD.

It didn't help. Looks like pyuv package is broken and not compatible with python3.10

I'm getting error on setup.py install pyuv

https://github.com/saghul/pyuv/issues/271

project is unmaintaned right now