[go: up one dir, main page]

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

No module named 'pkg_resources' #117

Open
2 tasks done
BazZziliuS opened this issue May 11, 2024 · 0 comments
Open
2 tasks done

No module named 'pkg_resources' #117

BazZziliuS opened this issue May 11, 2024 · 0 comments
Labels
t: unconfirmed bug Type: bug - needs testing on if this is an issue

Comments

@BazZziliuS
Copy link

Summary

Error during import

Reproduction Steps

import mafic

Minimal Reproducible Code

import mafic

Expected Results

import mafic

Actual Results

No module named 'pkg_resources'

ModuleNotFoundError: No module named 'pkg_resources'

Lavalink Information

Version: 4.0.5

System Information

Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "C:\Users\BazZziliuS\AppData\Local\pypoetry\Cache\virtualenvs\centurybot-7puqhXE1-py3.12\Lib\site-packages\mafic\__init__.py", line 10, in <module>
    from . import __libraries
  File "C:\Users\BazZziliuS\AppData\Local\pypoetry\Cache\virtualenvs\centurybot-7puqhXE1-py3.12\Lib\site-packages\mafic\__libraries.py", line 9, in <module>
    from pkg_resources import (
ModuleNotFoundError: No module named 'pkg_resources'

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.

Additional Context

Python 3.12

@BazZziliuS BazZziliuS added the t: unconfirmed bug Type: bug - needs testing on if this is an issue label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t: unconfirmed bug Type: bug - needs testing on if this is an issue
Projects
None yet
Development

No branches or pull requests

1 participant