2021-07-09T03:34:40,492 Created temporary directory: /tmp/pip-ephem-wheel-cache-8axd77f6 2021-07-09T03:34:40,494 Created temporary directory: /tmp/pip-req-tracker-1l96z_vm 2021-07-09T03:34:40,495 Initialized build tracking at /tmp/pip-req-tracker-1l96z_vm 2021-07-09T03:34:40,495 Created build tracker: /tmp/pip-req-tracker-1l96z_vm 2021-07-09T03:34:40,495 Entered build tracker: /tmp/pip-req-tracker-1l96z_vm 2021-07-09T03:34:40,496 Created temporary directory: /tmp/pip-wheel-4stmkqqq 2021-07-09T03:34:40,529 1 location(s) to search for versions of django-shellng: 2021-07-09T03:34:40,529 * https://pypi.org/simple/django-shellng/ 2021-07-09T03:34:40,529 Fetching project page and analyzing links: https://pypi.org/simple/django-shellng/ 2021-07-09T03:34:40,530 Getting page https://pypi.org/simple/django-shellng/ 2021-07-09T03:34:40,531 Found index url https://pypi.org/simple 2021-07-09T03:34:40,719 Found link https://files.pythonhosted.org/packages/2e/e3/46af2757423d5824ce96c9a941c405f053cedeaa2c90201b0ebeeea31826/django-shellng-0.1.tar.gz#sha256=e106c547efa3a49a8f707d1dbe0d9c4f8a24a077de7d70fc8b69260e1d83482a (from https://pypi.org/simple/django-shellng/), version: 0.1 2021-07-09T03:34:40,719 Found link https://files.pythonhosted.org/packages/25/b5/3c32775042abcd7eeae21aa20de6d011a575c2a85f868b115556c9cbaac3/django-shellng-0.1.1.tar.gz#sha256=829c209d2ac915d1c38b13c395cc04a460062fa788725056a689dc704d47389a (from https://pypi.org/simple/django-shellng/), version: 0.1.1 2021-07-09T03:34:40,720 Found link https://files.pythonhosted.org/packages/5a/82/98ffeb7383cb713976ce0bcc68ce3f3a30c8a3807fa23cc4d61de577e3e9/django-shellng-0.1.2.tar.gz#sha256=a502a9b1a431de93c2557714342969a666fb3d8d2a679709c0be59a098c97933 (from https://pypi.org/simple/django-shellng/), version: 0.1.2 2021-07-09T03:34:40,720 Skipping link: not a file: https://pypi.org/simple/django-shellng/ 2021-07-09T03:34:40,736 Given no hashes to check 1 links for project 'django-shellng': discarding no candidates 2021-07-09T03:34:40,754 Collecting django-shellng==0.1 2021-07-09T03:34:40,755 Created temporary directory: /tmp/pip-unpack-hsot479u 2021-07-09T03:34:41,021 Downloading django-shellng-0.1.tar.gz (4.9 kB) 2021-07-09T03:34:41,070 Added django-shellng==0.1 from https://files.pythonhosted.org/packages/2e/e3/46af2757423d5824ce96c9a941c405f053cedeaa2c90201b0ebeeea31826/django-shellng-0.1.tar.gz#sha256=e106c547efa3a49a8f707d1dbe0d9c4f8a24a077de7d70fc8b69260e1d83482a to build tracker '/tmp/pip-req-tracker-1l96z_vm' 2021-07-09T03:34:41,071 Running setup.py (path:/tmp/pip-wheel-4stmkqqq/django-shellng_70c02dd244914a6fa84e581bee2fde8f/setup.py) egg_info for package django-shellng 2021-07-09T03:34:41,072 Created temporary directory: /tmp/pip-pip-egg-info-d4s38bw1 2021-07-09T03:34:41,072 Running command python setup.py egg_info 2021-07-09T03:34:41,684 Traceback (most recent call last): 2021-07-09T03:34:41,685 File "", line 1, in 2021-07-09T03:34:41,685 File "/tmp/pip-wheel-4stmkqqq/django-shellng_70c02dd244914a6fa84e581bee2fde8f/setup.py", line 8, in 2021-07-09T03:34:41,685 long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(), 2021-07-09T03:34:41,685 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-4stmkqqq/django-shellng_70c02dd244914a6fa84e581bee2fde8f/README.rst' 2021-07-09T03:34:41,735 WARNING: Discarding https://files.pythonhosted.org/packages/2e/e3/46af2757423d5824ce96c9a941c405f053cedeaa2c90201b0ebeeea31826/django-shellng-0.1.tar.gz#sha256=e106c547efa3a49a8f707d1dbe0d9c4f8a24a077de7d70fc8b69260e1d83482a (from https://pypi.org/simple/django-shellng/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T03:34:41,736 ERROR: Could not find a version that satisfies the requirement django-shellng==0.1 (from versions: 0.1, 0.1.1, 0.1.2) 2021-07-09T03:34:41,736 ERROR: No matching distribution found for django-shellng==0.1 2021-07-09T03:34:41,737 Exception information: 2021-07-09T03:34:41,737 Traceback (most recent call last): 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:34:41,737 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:34:41,737 raise RequirementsConflicted(criterion) 2021-07-09T03:34:41,737 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-shellng==0.1') 2021-07-09T03:34:41,737 2021-07-09T03:34:41,737 During handling of the above exception, another exception occurred: 2021-07-09T03:34:41,737 2021-07-09T03:34:41,737 Traceback (most recent call last): 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:34:41,737 result = self._result = resolver.resolve( 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:34:41,737 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:34:41,737 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:34:41,737 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-shellng==0.1'), parent=None)] 2021-07-09T03:34:41,737 2021-07-09T03:34:41,737 The above exception was the direct cause of the following exception: 2021-07-09T03:34:41,737 2021-07-09T03:34:41,737 Traceback (most recent call last): 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:34:41,737 status = self.run(options, args) 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:34:41,737 return func(self, options, args) 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:34:41,737 requirement_set = resolver.resolve( 2021-07-09T03:34:41,737 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:34:41,737 raise error from e 2021-07-09T03:34:41,737 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-shellng==0.1 2021-07-09T03:34:41,741 Removed django-shellng==0.1 from https://files.pythonhosted.org/packages/2e/e3/46af2757423d5824ce96c9a941c405f053cedeaa2c90201b0ebeeea31826/django-shellng-0.1.tar.gz#sha256=e106c547efa3a49a8f707d1dbe0d9c4f8a24a077de7d70fc8b69260e1d83482a from build tracker '/tmp/pip-req-tracker-1l96z_vm' 2021-07-09T03:34:41,742 Removed build tracker: '/tmp/pip-req-tracker-1l96z_vm'