django-test-utils
django-test-utils copied to clipboard
unable to install django-test-utils library
I am getting an error while installing django-test-utils package either using "pip install django-test-utils==0.3" or simply "pip install django-test-utils".
The error is as follows:
ERROR: Command errored out with exit status 1:
command: 'c:\users\hp\django_version_update\aa1_portal_dev.venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Hp\AppData\Local\Temp\pip-install-nwmmzfa1\beautifulsoup_9c63a36ebb8e4620ab876de8343c85f1\setup.py'"'"'; file='"'"'C:\Users\Hp\AppData\Local\Temp\pip-install-nwmmzfa1\beautifulsoup_9c63a36ebb8e4620ab876de8343c85f1\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Hp\AppData\Local\Temp\pip-pip-egg-info-nj3g4utk'
cwd: C:\Users\Hp\AppData\Local\Temp\pip-install-nwmmzfa1\beautifulsoup_9c63a36ebb8e4620ab876de8343c85f1\
Complete output (6 lines):
Traceback (most recent call last):
File "
Here is the list of libraries in my requirements.txt file:
amqp 5.0.5
anyjson 0.3.3
asgiref 3.3.1
attrs 20.3.0
aws-encryption-sdk 2.0.0
awscli 1.19.3
Babel 2.9.0
beautifulsoup4 4.9.3
billiard 3.6.3.0
boto 2.49.0
boto3 1.17.3
botocore 1.20.3
celery 5.0.5
cffi 1.14.4
click 7.1.2
click-didyoumean 0.0.3
click-plugins 1.1.1
click-repl 0.1.6
colorama 0.4.3
cryptography 3.4.1
Django 3.1.6
django-celery 3.1.17
django-ckeditor 6.0.0
django-js-asset 1.2.2
django-jsonfield 1.4.1
django-storages-redux 1.3.3
django-tagging 0.5.0
docutils 0.15.2
flower 0.9.3
humanize 3.2.0
importlib-metadata 3.4.0
jmespath 0.10.0
kombu 5.0.2
Pillow 8.1.0
pip 21.0.1
prometheus-client 0.8.0
prompt-toolkit 3.0.14
pyasn1 0.4.8
pycparser 2.20
python-dateutil 2.8.1
pytz 2021.1
PyYAML 5.3.1
rsa 4.5
s3transfer 0.3.4
semantic-version 2.8.5
setuptools 47.1.0
setuptools-rust 0.11.6
six 1.15.0
soupsieve 2.1
sqlparse 0.4.1
toml 0.10.2
tornado 5.1.1
typing-extensions 3.7.4.3
urllib3 1.26.3
vine 5.0.0
wcwidth 0.2.5
wrapt 1.12.1
zipp 3.4.0
Kindly let me know what needs to be done here.
It looks like django-test-utils
only works on very outdated python 2.