2021-07-10T06:36:39,532 Created temporary directory: /tmp/pip-ephem-wheel-cache-4nghi5gc 2021-07-10T06:36:39,535 Created temporary directory: /tmp/pip-req-tracker-hm06tybi 2021-07-10T06:36:39,536 Initialized build tracking at /tmp/pip-req-tracker-hm06tybi 2021-07-10T06:36:39,536 Created build tracker: /tmp/pip-req-tracker-hm06tybi 2021-07-10T06:36:39,536 Entered build tracker: /tmp/pip-req-tracker-hm06tybi 2021-07-10T06:36:39,537 Created temporary directory: /tmp/pip-wheel-z1pe9onr 2021-07-10T06:36:39,569 1 location(s) to search for versions of django-mav: 2021-07-10T06:36:39,569 * https://pypi.org/simple/django-mav/ 2021-07-10T06:36:39,570 Fetching project page and analyzing links: https://pypi.org/simple/django-mav/ 2021-07-10T06:36:39,570 Getting page https://pypi.org/simple/django-mav/ 2021-07-10T06:36:39,572 Found index url https://pypi.org/simple 2021-07-10T06:36:39,753 Found link https://files.pythonhosted.org/packages/cf/1d/42820be415d82f79a4e22e600a3ee34f4e18518527eb0fd87a670c8f1e5b/django-mav-0.1.tar.gz#sha256=86eee67658842495f9a6a973deb1d359c5616519c98f57684ffdcb91dca910af (from https://pypi.org/simple/django-mav/), version: 0.1 2021-07-10T06:36:39,753 Skipping link: not a file: https://pypi.org/simple/django-mav/ 2021-07-10T06:36:39,771 Given no hashes to check 1 links for project 'django-mav': discarding no candidates 2021-07-10T06:36:39,790 Collecting django-mav==0.1 2021-07-10T06:36:39,791 Created temporary directory: /tmp/pip-unpack-nzf3uljz 2021-07-10T06:36:39,969 Downloading django-mav-0.1.tar.gz (9.4 kB) 2021-07-10T06:36:40,029 Added django-mav==0.1 from https://files.pythonhosted.org/packages/cf/1d/42820be415d82f79a4e22e600a3ee34f4e18518527eb0fd87a670c8f1e5b/django-mav-0.1.tar.gz#sha256=86eee67658842495f9a6a973deb1d359c5616519c98f57684ffdcb91dca910af to build tracker '/tmp/pip-req-tracker-hm06tybi' 2021-07-10T06:36:40,030 Running setup.py (path:/tmp/pip-wheel-z1pe9onr/django-mav_e4cec6d77ea1446cb6faef57c3079340/setup.py) egg_info for package django-mav 2021-07-10T06:36:40,031 Created temporary directory: /tmp/pip-pip-egg-info-f4t5q_k1 2021-07-10T06:36:40,031 Running command python setup.py egg_info 2021-07-10T06:36:40,935 Traceback (most recent call last): 2021-07-10T06:36:40,935 File "", line 1, in 2021-07-10T06:36:40,936 File "/tmp/pip-wheel-z1pe9onr/django-mav_e4cec6d77ea1446cb6faef57c3079340/setup.py", line 20, in 2021-07-10T06:36:40,936 with open('HISTORY.rst') as history_file: 2021-07-10T06:36:40,936 FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.rst' 2021-07-10T06:36:40,985 WARNING: Discarding https://files.pythonhosted.org/packages/cf/1d/42820be415d82f79a4e22e600a3ee34f4e18518527eb0fd87a670c8f1e5b/django-mav-0.1.tar.gz#sha256=86eee67658842495f9a6a973deb1d359c5616519c98f57684ffdcb91dca910af (from https://pypi.org/simple/django-mav/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T06:36:40,987 ERROR: Could not find a version that satisfies the requirement django-mav==0.1 (from versions: 0.1) 2021-07-10T06:36:40,987 ERROR: No matching distribution found for django-mav==0.1 2021-07-10T06:36:40,987 Exception information: 2021-07-10T06:36:40,987 Traceback (most recent call last): 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T06:36:40,987 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T06:36:40,987 raise RequirementsConflicted(criterion) 2021-07-10T06:36:40,987 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('django-mav==0.1') 2021-07-10T06:36:40,987 2021-07-10T06:36:40,987 During handling of the above exception, another exception occurred: 2021-07-10T06:36:40,987 2021-07-10T06:36:40,987 Traceback (most recent call last): 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T06:36:40,987 result = self._result = resolver.resolve( 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T06:36:40,987 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T06:36:40,987 raise ResolutionImpossible(e.criterion.information) 2021-07-10T06:36:40,987 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('django-mav==0.1'), parent=None)] 2021-07-10T06:36:40,987 2021-07-10T06:36:40,987 The above exception was the direct cause of the following exception: 2021-07-10T06:36:40,987 2021-07-10T06:36:40,987 Traceback (most recent call last): 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T06:36:40,987 status = self.run(options, args) 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T06:36:40,987 return func(self, options, args) 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T06:36:40,987 requirement_set = resolver.resolve( 2021-07-10T06:36:40,987 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T06:36:40,987 raise error from e 2021-07-10T06:36:40,987 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-mav==0.1 2021-07-10T06:36:40,992 Removed django-mav==0.1 from https://files.pythonhosted.org/packages/cf/1d/42820be415d82f79a4e22e600a3ee34f4e18518527eb0fd87a670c8f1e5b/django-mav-0.1.tar.gz#sha256=86eee67658842495f9a6a973deb1d359c5616519c98f57684ffdcb91dca910af from build tracker '/tmp/pip-req-tracker-hm06tybi' 2021-07-10T06:36:40,993 Removed build tracker: '/tmp/pip-req-tracker-hm06tybi'