Closed chongjing001 closed 2 years ago
sorry,virtual machine has this problem
@chongjing001 to confirm, this isn't an issue with django-log-request-id
?
There is no problem installing other packages.
(venv37) tj001@Ubantu18:~/env$ pip install django -i https://pypi.douban.com/simple
Looking in indexes: https://pypi.douban.com/simple
Collecting django
Downloading https://pypi.doubanio.com/packages/6a/23/08f7fd7afdd24184a400fcaebf921bd09b5b5235cbd62ffa02308a7d35d6/Django-3.0.1-py3-none-any.whl (7.4MB)
|████████████████████████████████| 7.4MB 276kB/s
Requirement already satisfied: asgiref~=3.2 in ./venv37/lib/python3.7/site-packages (from django) (3.2.3)
Requirement already satisfied: sqlparse>=0.2.2 in ./venv37/lib/python3.7/site-packages (from django) (0.3.0)
Requirement already satisfied: pytz in ./venv37/lib/python3.7/site-packages (from django) (2019.3)
Installing collected packages: django
Successfully installed django-3.0.1
(venv37) tj001@Ubantu18:~/code/lengine-service$ python -m pip install django-log-request-id