2021-07-09T17:57:48,368 Created temporary directory: /tmp/pip-ephem-wheel-cache-hpuemgc5 2021-07-09T17:57:48,372 Created temporary directory: /tmp/pip-req-tracker-006qhmgz 2021-07-09T17:57:48,372 Initialized build tracking at /tmp/pip-req-tracker-006qhmgz 2021-07-09T17:57:48,372 Created build tracker: /tmp/pip-req-tracker-006qhmgz 2021-07-09T17:57:48,373 Entered build tracker: /tmp/pip-req-tracker-006qhmgz 2021-07-09T17:57:48,373 Created temporary directory: /tmp/pip-wheel-eni82fgb 2021-07-09T17:57:48,409 1 location(s) to search for versions of rxjwt: 2021-07-09T17:57:48,409 * https://pypi.org/simple/rxjwt/ 2021-07-09T17:57:48,409 Fetching project page and analyzing links: https://pypi.org/simple/rxjwt/ 2021-07-09T17:57:48,410 Getting page https://pypi.org/simple/rxjwt/ 2021-07-09T17:57:48,411 Found index url https://pypi.org/simple 2021-07-09T17:57:48,502 Found link https://files.pythonhosted.org/packages/68/2f/9af6993e414e2c3731ea24a2b7a301fbe55ed1c5c475e710166471e9b240/rxjwt-1.0.tar.gz#sha256=de7ff0829f6e76461ad880d9429282508830195d13227085638128fa9a54d3ea (from https://pypi.org/simple/rxjwt/), version: 1.0 2021-07-09T17:57:48,503 Skipping link: not a file: https://pypi.org/simple/rxjwt/ 2021-07-09T17:57:48,515 Given no hashes to check 1 links for project 'rxjwt': discarding no candidates 2021-07-09T17:57:48,528 Collecting rxjwt==1.0 2021-07-09T17:57:48,530 Created temporary directory: /tmp/pip-unpack-fjsbr6jv 2021-07-09T17:57:48,569 Downloading rxjwt-1.0.tar.gz (5.4 kB) 2021-07-09T17:57:48,598 Added rxjwt==1.0 from https://files.pythonhosted.org/packages/68/2f/9af6993e414e2c3731ea24a2b7a301fbe55ed1c5c475e710166471e9b240/rxjwt-1.0.tar.gz#sha256=de7ff0829f6e76461ad880d9429282508830195d13227085638128fa9a54d3ea to build tracker '/tmp/pip-req-tracker-006qhmgz' 2021-07-09T17:57:48,599 Running setup.py (path:/tmp/pip-wheel-eni82fgb/rxjwt_6deca6aa2b8a48419e410686a627f28d/setup.py) egg_info for package rxjwt 2021-07-09T17:57:48,600 Created temporary directory: /tmp/pip-pip-egg-info-qhbfzfyi 2021-07-09T17:57:48,600 Running command python setup.py egg_info 2021-07-09T17:57:49,261 Traceback (most recent call last): 2021-07-09T17:57:49,263 File "", line 1, in 2021-07-09T17:57:49,263 File "/usr/local/lib/python3.7/dist-packages/setuptools/__init__.py", line 10, in 2021-07-09T17:57:49,264 import distutils.core 2021-07-09T17:57:49,264 File "/usr/lib/python3.7/distutils/core.py", line 17, in 2021-07-09T17:57:49,265 from distutils.cmd import Command 2021-07-09T17:57:49,265 File "/usr/lib/python3.7/distutils/cmd.py", line 9, in 2021-07-09T17:57:49,266 from distutils import util, dir_util, file_util, archive_util, dep_util 2021-07-09T17:57:49,266 File "/usr/lib/python3.7/distutils/archive_util.py", line 11, in 2021-07-09T17:57:49,266 import zipfile 2021-07-09T17:57:49,266 File "/usr/lib/python3.7/zipfile.py", line 12, in 2021-07-09T17:57:49,267 import shutil 2021-07-09T17:57:49,267 File "/usr/lib/python3.7/shutil.py", line 22, in 2021-07-09T17:57:49,267 import bz2 2021-07-09T17:57:49,268 File "/usr/lib/python3.7/bz2.py", line 17, in 2021-07-09T17:57:49,268 from threading import RLock 2021-07-09T17:57:49,268 File "/usr/lib/python3.7/threading.py", line 8, in 2021-07-09T17:57:49,269 from traceback import format_exc as _format_exc 2021-07-09T17:57:49,269 File "/usr/lib/python3.7/traceback.py", line 5, in 2021-07-09T17:57:49,269 import linecache 2021-07-09T17:57:49,270 File "/usr/lib/python3.7/linecache.py", line 11, in 2021-07-09T17:57:49,270 import tokenize 2021-07-09T17:57:49,270 File "/usr/lib/python3.7/tokenize.py", line 35, in 2021-07-09T17:57:49,270 from token import * 2021-07-09T17:57:49,271 File "/tmp/pip-wheel-eni82fgb/rxjwt_6deca6aa2b8a48419e410686a627f28d/token.py", line 7, in 2021-07-09T17:57:49,271 from django.contrib.auth import get_user_model 2021-07-09T17:57:49,271 File "/usr/lib/python3/dist-packages/django/contrib/auth/__init__.py", line 5, in 2021-07-09T17:57:49,272 from django.apps import apps as django_apps 2021-07-09T17:57:49,272 File "/usr/lib/python3/dist-packages/django/apps/__init__.py", line 1, in 2021-07-09T17:57:49,273 from .config import AppConfig 2021-07-09T17:57:49,273 File "/usr/lib/python3/dist-packages/django/apps/config.py", line 5, in 2021-07-09T17:57:49,273 from django.utils._os import upath 2021-07-09T17:57:49,274 File "/usr/lib/python3/dist-packages/django/utils/_os.py", line 5, in 2021-07-09T17:57:49,274 import tempfile 2021-07-09T17:57:49,274 File "/usr/lib/python3.7/tempfile.py", line 45, in 2021-07-09T17:57:49,274 _rmtree = _shutil.rmtree 2021-07-09T17:57:49,275 AttributeError: module 'shutil' has no attribute 'rmtree' 2021-07-09T17:57:49,290 WARNING: Discarding https://files.pythonhosted.org/packages/68/2f/9af6993e414e2c3731ea24a2b7a301fbe55ed1c5c475e710166471e9b240/rxjwt-1.0.tar.gz#sha256=de7ff0829f6e76461ad880d9429282508830195d13227085638128fa9a54d3ea (from https://pypi.org/simple/rxjwt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T17:57:49,291 ERROR: Could not find a version that satisfies the requirement rxjwt==1.0 (from versions: 1.0) 2021-07-09T17:57:49,291 ERROR: No matching distribution found for rxjwt==1.0 2021-07-09T17:57:49,292 Exception information: 2021-07-09T17:57:49,292 Traceback (most recent call last): 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T17:57:49,292 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T17:57:49,292 raise RequirementsConflicted(criterion) 2021-07-09T17:57:49,292 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('rxjwt==1.0') 2021-07-09T17:57:49,292 2021-07-09T17:57:49,292 During handling of the above exception, another exception occurred: 2021-07-09T17:57:49,292 2021-07-09T17:57:49,292 Traceback (most recent call last): 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-07-09T17:57:49,292 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T17:57:49,292 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T17:57:49,292 raise ResolutionImpossible(e.criterion.information) 2021-07-09T17:57:49,292 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('rxjwt==1.0'), parent=None)] 2021-07-09T17:57:49,292 2021-07-09T17:57:49,292 The above exception was the direct cause of the following exception: 2021-07-09T17:57:49,292 2021-07-09T17:57:49,292 Traceback (most recent call last): 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T17:57:49,292 status = self.run(options, args) 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T17:57:49,292 return func(self, options, args) 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-07-09T17:57:49,292 reqs, check_supported_wheels=True 2021-07-09T17:57:49,292 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T17:57:49,292 raise error from e 2021-07-09T17:57:49,292 pip._internal.exceptions.DistributionNotFound: No matching distribution found for rxjwt==1.0 2021-07-09T17:57:49,297 Removed rxjwt==1.0 from https://files.pythonhosted.org/packages/68/2f/9af6993e414e2c3731ea24a2b7a301fbe55ed1c5c475e710166471e9b240/rxjwt-1.0.tar.gz#sha256=de7ff0829f6e76461ad880d9429282508830195d13227085638128fa9a54d3ea from build tracker '/tmp/pip-req-tracker-006qhmgz' 2021-07-09T17:57:49,297 Removed build tracker: '/tmp/pip-req-tracker-006qhmgz'