django-bootstrap4
django-bootstrap4 copied to clipboard
pip install bootstrap4 error.
command in virtual environment - 'pip install django-bootstrap4' Error ImportError: cannot import name 'SCHEME_KEYS' from 'pip._internal.models.scheme' (c:\users\chawa\onedrive\desktop\learning_log\ll_env\lib\site-packages\pip_internal\models\scheme.py)
Python version - 3.8.5 Django version - 3.2.4
Not sure how to handle this error, trying to install bootstrap4
This is a pip issue, not a django-bootstrap4 issue. Also see https://stackoverflow.com/questions/68221302/receiving-an-error-when-installing-bootstrap4