Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

OS X error #13

Open
robooo opened this issue Apr 11, 2017 · 2 comments
Open

OS X error #13

robooo opened this issue Apr 11, 2017 · 2 comments

Comments

@robooo
Copy link

robooo commented Apr 11, 2017

basic install on mac yosemite and ended with this:

$ moviemon /Users/roboo/Movies/
Traceback (most recent call last):
  File "/usr/local/bin/moviemon", line 9, in <module>
    load_entry_point('moviemon==1.0.11', 'console_scripts', 'moviemon')()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point
    return ep.load()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/Library/Python/2.7/site-packages/moviemon/__init__.py", line 1, in <module>
    from .moviemon import main
  File "/Library/Python/2.7/site-packages/moviemon/moviemon.py", line 32, in <module>
    from guessit import guess_file_info
  File "/Library/Python/2.7/site-packages/guessit/__init__.py", line 99, in <module>
    from guessit.plugins import transformers
  File "/Library/Python/2.7/site-packages/guessit/plugins/transformers.py", line 222, in <module>
    reload()
  File "/Library/Python/2.7/site-packages/guessit/plugins/transformers.py", line 220, in reload
    reload_options(all_transformers())
  File "/Library/Python/2.7/site-packages/guessit/plugins/transformers.py", line 179, in all_transformers
    return _extensions.objects()
  File "/Library/Python/2.7/site-packages/guessit/plugins/transformers.py", line 111, in objects
    return self.map(self._get_obj)
  File "/Library/Python/2.7/site-packages/stevedore/extension.py", line 252, in map
    raise NoMatches('No %s extensions found' % self.namespace)
stevedore.exception.NoMatches: No guessit.transformer extensions found
@LluisFelip
Copy link

Traceback (most recent call last):
File "/usr/local/bin/moviemon", line 7, in
from moviemon import main
File "/usr/local/lib/python2.7/site-packages/moviemon/init.py", line 1, in
from .moviemon import main
File "/usr/local/lib/python2.7/site-packages/moviemon/moviemon.py", line 32, in
from guessit import guess_file_info
File "/usr/local/lib/python2.7/site-packages/guessit/init.py", line 99, in
from guessit.plugins import transformers
File "/usr/local/lib/python2.7/site-packages/guessit/plugins/transformers.py", line 222, in
reload()
File "/usr/local/lib/python2.7/site-packages/guessit/plugins/transformers.py", line 220, in reload
reload_options(all_transformers())
File "/usr/local/lib/python2.7/site-packages/guessit/plugins/transformers.py", line 179, in all_transformers
return _extensions.objects()
File "/usr/local/lib/python2.7/site-packages/guessit/plugins/transformers.py", line 111, in objects
return self.map(self._get_obj)
File "/usr/local/lib/python2.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

@toxygen
Copy link

toxygen commented Nov 14, 2020

see #14 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants