We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❯ trakts init This will guide you through the setup of the scrobbler. If you wish to quit at any point, press Ctrl+C or Cmd+C
AttributeError
module 'pkgutil' has no attribute 'ImpImporter'
at .local/pipx/venvs/trakt-scrobbler/lib/python3.12/site-packages/pkg_resources/init.py:2191 in 2187│ dist_groups = map(find_distributions, resolved_paths) 2188│ return next(dist_groups, ()) 2189│ 2190│ → 2191│ register_finder(pkgutil.ImpImporter, find_on_path) 2192│ 2193│ if hasattr(importlib_machinery, 'FileFinder'): 2194│ register_finder(importlib_machinery.FileFinder, find_on_path) 2195│
The text was updated successfully, but these errors were encountered:
Dup of #257
Sorry, something went wrong.
No branches or pull requests
❯ trakts init
This will guide you through the setup of the scrobbler.
If you wish to quit at any point, press Ctrl+C or Cmd+C
AttributeError
module 'pkgutil' has no attribute 'ImpImporter'
at .local/pipx/venvs/trakt-scrobbler/lib/python3.12/site-packages/pkg_resources/init.py:2191 in
2187│ dist_groups = map(find_distributions, resolved_paths)
2188│ return next(dist_groups, ())
2189│
2190│
→ 2191│ register_finder(pkgutil.ImpImporter, find_on_path)
2192│
2193│ if hasattr(importlib_machinery, 'FileFinder'):
2194│ register_finder(importlib_machinery.FileFinder, find_on_path)
2195│
The text was updated successfully, but these errors were encountered: