Package Details: python-catkin_tools 0.9.4-1

Git Clone URL: https://aur.archlinux.org/python-catkin_tools.git (read-only, click to copy)
Package Base: python-catkin_tools
Description: Command line tools for working with catkin
Upstream URL: https://github.com/catkin/catkin_tools
Licenses: Apache
Conflicts: python-catkin-tools, python2-catkin_tools
Provides: python-catkin-tools
Submitter: kartikmohta
Maintainer: kartikmohta
Last Packager: kartikmohta
Votes: 0
Popularity: 0.000000
First Submitted: 2017-06-27 21:16 (UTC)
Last Updated: 2023-09-11 03:55 (UTC)

Latest Comments

MarsSeed commented on 2023-07-19 20:41 (UTC)

Please kindly bump pkgrel from 1 to 2, otherwise your latest dependency change won't get reflected in the AUR database and on the web page.

codyps commented on 2017-09-08 21:21 (UTC) (edited on 2017-09-08 21:21 (UTC) by codyps)

Appears to need to depend on `python-trollius` or otherwise fix the following issue: $ catkin Traceback (most recent call last): File "/usr/bin/catkin", line 11, in <module> load_entry_point('catkin-tools==0.4.4', 'console_scripts', 'catkin')() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 564, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2662, in load_entry_point return ep.load() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2316, in load return self.resolve() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2322, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.6/site-packages/catkin_tools/commands/catkin.py", line 23, in <module> from catkin_tools.common import is_tty File "/usr/lib/python3.6/site-packages/catkin_tools/common.py", line 23, in <module> import trollius as asyncio ModuleNotFoundError: No module named 'trollius'