-
Notifications
You must be signed in to change notification settings - Fork 10
coreapi is archived #27
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
djangorestframework-mvt/setup.py
Line 33 in 33ec44b
| "coreapi>=2.3", |
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working