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
Error during import
import mafic
No module named 'pkg_resources'
ModuleNotFoundError: No module named 'pkg_resources'
Version: 4.0.5
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'
Python 3.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Error during import
Reproduction Steps
import mafic
Minimal Reproducible Code
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
Checklist
Additional Context
Python 3.12
The text was updated successfully, but these errors were encountered: