Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

stevefore.exception.NoMatches: No guessit.transformer extensions found #14

Closed
pawamoy opened this issue Oct 26, 2019 · 4 comments
Closed

Comments

@pawamoy
Copy link

pawamoy commented Oct 26, 2019

$ moviemon
Traceback (most recent call last):
  File "/home/pawamoy/.local/bin/moviemon", line 5, in <module>
    from moviemon import main
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/moviemon/__init__.py", line 1, in <module>
    from .moviemon import main
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/moviemon/moviemon.py", line 32, in <module>
    from guessit import guess_file_info
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/guessit/__init__.py", line 99, in <module>
    from guessit.plugins import transformers
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/guessit/plugins/transformers.py", line 222, in <module>
    reload()
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/guessit/plugins/transformers.py", line 220, in reload
    reload_options(all_transformers())
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/guessit/plugins/transformers.py", line 179, in all_transformers
    return _extensions.objects()
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/guessit/plugins/transformers.py", line 111, in objects
    return self.map(self._get_obj)
  File "/home/pawamoy/.local/pipx/venvs/moviemon/lib/python3.7/site-packages/stevedore/extension.py", line 261, in map
    raise NoMatches('No %s extensions found' % self.namespace)
stevedore.exception.NoMatches: No guessit.transformer extensions found

Maybe a Python version compatibility issue? Using Python 3.7.4 here. Installed with pipx (the new pipsi).

@pawamoy
Copy link
Author

pawamoy commented Apr 11, 2020

Not interested anymore, feel free to reopen!

@pawamoy pawamoy closed this as completed Apr 11, 2020
@Jatin-8898
Copy link

I'm facing the same issue.

@pawamoy pawamoy reopened this May 17, 2020
@toxygen
Copy link

toxygen commented Nov 14, 2020

this fixes it:
pip install stevedore==1.19.1

more info here: https://askubuntu.com/questions/698633/subliminal-does-not-work-in-ubuntu-18-04

@pawamoy
Copy link
Author

pawamoy commented May 13, 2021

Thanks for the workaround @toxygen, I'll close now since I don't think it will be fixed 🙂

@pawamoy pawamoy closed this as completed May 13, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants