Package Details: python-pocket-cli 44.9d94cac-1

Git Clone URL: https://aur.archlinux.org/python-pocket-cli.git (read-only, click to copy)
Package Base: python-pocket-cli
Description: A terminal application for Pocket
Upstream URL: https://github.com/rakanalh/pocket-cli
Licenses: MIT
Submitter: yar
Maintainer: yar
Last Packager: yar
Votes: 0
Popularity: 0.000000
First Submitted: 2018-09-05 01:49 (UTC)
Last Updated: 2018-09-05 01:49 (UTC)

Latest Comments

dreieck commented on 2025-01-11 15:59 (UTC)

If possible, please remove the dependency on python-furure/ make the package working without python-future:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!

yar commented on 2022-02-01 08:30 (UTC)

You probably need to rebuild python-pocket-api first

macxcool commented on 2022-01-12 20:42 (UTC) (edited on 2022-01-12 20:45 (UTC) by macxcool)

Whenever I run this now, I get:

Traceback (most recent call last):
 File "/usr/bin/pocket-cli", line 33, in <module>
   sys.exit(load_entry_point('pocket-cli==0.1.6', 'console_scripts', 'pocket-cli')())
 File "/usr/bin/pocket-cli", line 25, in importlib_load_entry_point
   return next(matches).load()
 File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
    module = import_module(match.group('module'))
 File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
   return _bootstrap._gcd_import(name[level:], package, level)
 File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
 File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
 File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
 File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
 File "<frozen importlib._bootstrap_external>", line 883, in exec_module
 File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
 File "/usr/lib/python3.10/site-packages/pocket_cli/cli.py", line 14, in <module> 
    from .app import PocketApp
 File "/usr/lib/python3.10/site-packages/pocket_cli/app.py", line 9, in <module>
    from pocket import (
 ModuleNotFoundError: No module named 'pocket'

I think this happened after the python3.10 upgrade. I tried the src directory and rebuilding and reinstalling, but this still happens. I don't know if this is a problem with the package or an upstream problem.