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
djangorestframework-mvt/setup.py
Line 33 in 33ec44b
https://github.com/core-api/core-api
/root/.local/share/virtualenvs/venv/lib/python3.12/site-packages/rest_framework_mvt/schemas.py:1: in <module> import coreapi /root/.local/share/virtualenvs/venv/lib/python3.12/site-packages/coreapi/__init__.py:2: in <module> from coreapi import auth, codecs, exceptions, transports, utils /root/.local/share/virtualenvs/venv/lib/python3.12/site-packages/coreapi/auth.py:1: in <module> from coreapi.utils import domain_matches _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ from coreapi import exceptions from coreapi.compat import string_types, text_type, urlparse, _TemporaryFileWrapper from collections import namedtuple import os > import pkg_resources E ModuleNotFoundError: No module named 'pkg_resources' /root/.local/share/virtualenvs/venv/lib/python3.12/site-packages/coreapi/utils.py:5: ModuleNotFoundError
The text was updated successfully, but these errors were encountered:
Workaround for pkg_resources is to add setuptools dependency.
pkg_resources
setuptools
Sorry, something went wrong.
No branches or pull requests
djangorestframework-mvt/setup.py
Line 33 in 33ec44b
https://github.com/core-api/core-api
The text was updated successfully, but these errors were encountered: