Package Details: bashhub-client 2.4.1-6

Git Clone URL: https://aur.archlinux.org/bashhub-client.git (read-only, click to copy)
Package Base: bashhub-client
Description: saves every terminal command entered across all sessions and system to the cloud
Upstream URL: https://github.com/rcaloras/bashhub-client
Licenses: Apache
Conflicts: bashhub-client-git
Provides: bashhub-client
Submitter: fuero
Maintainer: fuero
Last Packager: fuero
Votes: 1
Popularity: 0.000004
First Submitted: 2022-07-29 15:15 (UTC)
Last Updated: 2023-10-08 23:07 (UTC)

Latest Comments

fuero commented on 2023-05-11 09:32 (UTC)

I can't reproduce this, python-click is fine here:

community/python-click 8.1.3-3 8.1.3-3 0,00 MiB

$ python
Python 3.11.3 (main, Apr  5 2023, 15:52:25) [GCC 12.2.1 20230201] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import click
>>> 

zwastik commented on 2023-05-11 01:47 (UTC) (edited on 2023-05-11 01:47 (UTC) by zwastik)

bashhub setup                                                                                                   
Traceback (most recent call last):
  File "/usr/bin/bashhub", line 5, in <module>
    from bashhub.bashhub import main
  File "/usr/lib/python3.11/site-packages/bashhub/bashhub.py", line 4, in <module>
    import click
ModuleNotFoundError: No module named 'click'