Package Details: speedometer 2.9-2

Git Clone URL: https://aur.archlinux.org/speedometer.git (read-only, click to copy)
Package Base: speedometer
Description: Measure and display the rate of data across a network connection or data being stored in a file
Upstream URL: http://excess.org/speedometer/
Licenses: GPL
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 64
Popularity: 0.010430
First Submitted: 2015-09-12 17:45 (UTC)
Last Updated: 2023-02-16 09:41 (UTC)

Latest Comments

1 2 Next › Last »

willemw commented on 2023-02-16 09:44 (UTC)

@marco.righi: Should work now with rmlint-shredder installed.

willemw commented on 2023-02-16 06:53 (UTC)

@marco.righi: Thanks for reporting.

This package uses setup.py install which is now deprecated. Because of that it seems it cannot handle some of the Python package version names, in your case, the one in Arch package rmlint-shredder.

I'll see what I can do to fix this. As a workaround, you could uninstall rmlint-shredder for now.

marco.righi commented on 2023-02-15 21:51 (UTC) (edited on 2023-02-15 23:45 (UTC) by marco.righi)

As first, speedometer-git has not this problem, it works perfectly.

pacman -Q speedometer

speedometer-git 2.8.r14.g2879e0e-1

Does the problem depend on the system update?

enp11s0 10.10.100.27/16

speedometer -t enp11s0 -r enp11s0

Traceback (most recent call last):
  File "/usr/bin/speedometer", line 29, in <module>
    __version__ = pkg_resources.get_distribution('speedometer').version
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 514, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 386, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 956, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 815, in resolve
    dist = self._resolve_dist(
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 844, in _resolve_dist
    env = Environment(self.entries)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1044, in __init__
    self.scan(search_path)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1077, in scan
    self.add(dist)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1096, in add
    dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2631, in hashcmp
    self.parsed_version,
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2685, in parsed_version
    raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
packaging.version.InvalidVersion: Invalid version: '2.10.1.Ludicrous.Lemur' (package: Shredder)


willemw commented on 2022-11-25 08:23 (UTC)

What I can see is that it is not running Arch's Python, but your own Python instance:

==> Starting package()...
running install
/home/main/micromamba/lib/python3.9/site-packages/setuptools/command/install.py...

The last line should be:

/usr/lib/python3.10/site-packages/setuptools/command/install.py ...

I don't think custom Python instances are or should be supported by makepkg.

Teej_05 commented on 2022-11-25 01:05 (UTC)

Having trouble installing. I keep getting this error: http://ix.io/4gN4 I've tried a few things but this seems to be an error with the package itself.

willemw commented on 2022-06-07 13:07 (UTC)

@stalet: Python 2 support has been dropped.

stalet commented on 2022-06-07 12:56 (UTC)

Missing dependency to python2-setuptools-2

willemw commented on 2019-12-27 09:28 (UTC)

@lord_rel: Thanks. Switched to the Python 3 Debian fork.

lord_rel commented on 2019-12-25 15:10 (UTC)

Could you please integrate the github pull request https://github.com/wardi/speedometer/pull/17 that enables the use of python 3 or create an AUR package for the python 3 version the pull is now part of speedometer in debian testing

willemw commented on 2018-08-23 16:05 (UTC)

@bubuntux: Strange. I don't have python2-pbr installed. Speedometer builds (in a clean chroot environment) and installs just fine.