Package Details: subliminal 2.1.0-1

Git Clone URL: https://aur.archlinux.org/subliminal.git (read-only, click to copy)
Package Base: subliminal
Description: Python library and CLI tool for searching and downloading subtitles.
Upstream URL: https://github.com/Diaoul/subliminal
Licenses: MIT
Submitter: nicoulaj
Maintainer: gileri
Last Packager: yochananmarqos
Votes: 31
Popularity: 0.36
First Submitted: 2017-03-23 17:35 (UTC)
Last Updated: 2022-01-31 17:08 (UTC)

Latest Comments

1 2 Next › Last »

rien333 commented on 2022-02-02 18:43 (UTC)

Wait wtf I explained this very thing to someone two months ago, scroll down a bit.

rien333 commented on 2022-02-02 18:42 (UTC)

I can give you two hints: (i) you probably upgraded from python 3.9 to python 3.10 a few months ago, which means you needed to reinstall all (AUR) python- packages. (ii) No module named 'babelfish. Check reddit on how to reinstall all ( or at least most) python packages.

infiniter commented on 2022-02-01 10:46 (UTC)

@rien333 no sure what it means but i removed paru's cache folder and error changed to this ....any hints?

subliminal --help
Traceback (most recent call last):
  File "/usr/bin/subliminal", line 33, in <module>
    sys.exit(load_entry_point('subliminal==2.1.0', 'console_scripts', 'subliminal')())
  File "/usr/bin/subliminal", 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 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  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/subliminal/__init__.py", line 11, in <module>
    from .core import (AsyncProviderPool, ProviderPool, check_video, download_best_subtitles, download_subtitles,
  File "/usr/lib/python3.10/site-packages/subliminal/core.py", line 11, in <module>
    from babelfish import Language, LanguageReverseError
ModuleNotFoundError: No module named 'babelfish'

rien333 commented on 2022-02-01 10:26 (UTC)

@infiniter: can't reproduce. Have you tried cleanbuilding? Most aur helpers offer such an option.

infiniter commented on 2022-01-31 15:07 (UTC) (edited on 2022-01-31 15:13 (UTC) by infiniter)

same issue, any progress here ? ...maintainer disowned this package, sadge

kamazeuci commented on 2021-12-23 12:10 (UTC)

I get following error, any ideas:?

Traceback (most recent call last):
  File "/usr/bin/subliminal", line 33, in <module>
    sys.exit(load_entry_point('subliminal==2.1.0', 'console_scripts', 'subliminal')())
  File "/usr/bin/subliminal", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 919, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for subliminal

jal666 commented on 2021-04-23 08:15 (UTC) (edited on 2021-04-23 08:23 (UTC) by jal666)

@rien333 Thanks for your reply. I had an old version installed. yay -S python-babelfish ([A] - clean build) yay -S python-rarfile ([A] - clean build)

Did the trick.

rien333 commented on 2021-04-23 07:40 (UTC)

@jal666 Install babelfish, like it says. Also, this isn't the right package. Looks like you're actually installing this one: https://aur.archlinux.org/packages/subliminal-git

jal666 commented on 2021-04-23 07:25 (UTC) (edited on 2021-04-23 07:26 (UTC) by jal666)

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/sphinx/config.py", line 327, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3.9/site-packages/sphinx/util/pycompat.py", line 88, in execfile_
    exec(code, _globals)
  File "/home/pi/.cache/yay/subliminal-git/src/subliminal/docs/conf.py", line 25, in <module>
    import subliminal
  File "/home/pi/.cache/yay/subliminal-git/src/subliminal/subliminal/__init__.py", line 11, in <module>
    from .core import (AsyncProviderPool, ProviderPool, check_video, download_best_subtitles, download_subtitles,
  File "/home/pi/.cache/yay/subliminal-git/src/subliminal/subliminal/core.py", line 11, in <module>
    from babelfish import Language, LanguageReverseError
ModuleNotFoundError: No module named 'babelfish'

make: *** [Makefile:141: man] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: subliminal-git

rien333 commented on 2021-04-11 07:26 (UTC)

Could you please upgrade this package? Has been marked as outdated for a while now