2021-07-09T19:22:16,513 Created temporary directory: /tmp/pip-ephem-wheel-cache-9h3_z30c 2021-07-09T19:22:16,516 Created temporary directory: /tmp/pip-req-tracker-w3td1h2r 2021-07-09T19:22:16,516 Initialized build tracking at /tmp/pip-req-tracker-w3td1h2r 2021-07-09T19:22:16,516 Created build tracker: /tmp/pip-req-tracker-w3td1h2r 2021-07-09T19:22:16,516 Entered build tracker: /tmp/pip-req-tracker-w3td1h2r 2021-07-09T19:22:16,517 Created temporary directory: /tmp/pip-wheel-ulpx7d8n 2021-07-09T19:22:16,554 1 location(s) to search for versions of pyauditor: 2021-07-09T19:22:16,554 * https://pypi.org/simple/pyauditor/ 2021-07-09T19:22:16,554 Fetching project page and analyzing links: https://pypi.org/simple/pyauditor/ 2021-07-09T19:22:16,555 Getting page https://pypi.org/simple/pyauditor/ 2021-07-09T19:22:16,556 Found index url https://pypi.org/simple 2021-07-09T19:22:16,739 Found link https://files.pythonhosted.org/packages/cd/3d/29f28cdd2c00c7049a94fa6494c2e90db050f3c8303669853d25802624d2/pyauditor-0.2.tar.gz#sha256=02a3ca7e9f3da4dbb0f42a3bf5af0eabe80f01f87dcc09ddf79228d6c0fdd183 (from https://pypi.org/simple/pyauditor/), version: 0.2 2021-07-09T19:22:16,739 Skipping link: not a file: https://pypi.org/simple/pyauditor/ 2021-07-09T19:22:16,755 Given no hashes to check 1 links for project 'pyauditor': discarding no candidates 2021-07-09T19:22:16,772 Collecting pyauditor==0.2 2021-07-09T19:22:16,774 Created temporary directory: /tmp/pip-unpack-00x8yphh 2021-07-09T19:22:16,947 Downloading pyauditor-0.2.tar.gz (4.0 kB) 2021-07-09T19:22:16,981 Added pyauditor==0.2 from https://files.pythonhosted.org/packages/cd/3d/29f28cdd2c00c7049a94fa6494c2e90db050f3c8303669853d25802624d2/pyauditor-0.2.tar.gz#sha256=02a3ca7e9f3da4dbb0f42a3bf5af0eabe80f01f87dcc09ddf79228d6c0fdd183 to build tracker '/tmp/pip-req-tracker-w3td1h2r' 2021-07-09T19:22:16,982 Running setup.py (path:/tmp/pip-wheel-ulpx7d8n/pyauditor_55cb95b5eb4a4eb286020c92c1ffd9b4/setup.py) egg_info for package pyauditor 2021-07-09T19:22:16,982 Created temporary directory: /tmp/pip-pip-egg-info-vvz625yf 2021-07-09T19:22:16,983 Running command python setup.py egg_info 2021-07-09T19:22:17,598 Traceback (most recent call last): 2021-07-09T19:22:17,599 File "", line 1, in 2021-07-09T19:22:17,599 File "/tmp/pip-wheel-ulpx7d8n/pyauditor_55cb95b5eb4a4eb286020c92c1ffd9b4/setup.py", line 5, in 2021-07-09T19:22:17,600 execfile('pyauditor/version.py') 2021-07-09T19:22:17,600 NameError: name 'execfile' is not defined 2021-07-09T19:22:17,649 WARNING: Discarding https://files.pythonhosted.org/packages/cd/3d/29f28cdd2c00c7049a94fa6494c2e90db050f3c8303669853d25802624d2/pyauditor-0.2.tar.gz#sha256=02a3ca7e9f3da4dbb0f42a3bf5af0eabe80f01f87dcc09ddf79228d6c0fdd183 (from https://pypi.org/simple/pyauditor/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T19:22:17,650 ERROR: Could not find a version that satisfies the requirement pyauditor==0.2 (from versions: 0.2) 2021-07-09T19:22:17,651 ERROR: No matching distribution found for pyauditor==0.2 2021-07-09T19:22:17,651 Exception information: 2021-07-09T19:22:17,651 Traceback (most recent call last): 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T19:22:17,651 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T19:22:17,651 raise RequirementsConflicted(criterion) 2021-07-09T19:22:17,651 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pyauditor==0.2') 2021-07-09T19:22:17,651 2021-07-09T19:22:17,651 During handling of the above exception, another exception occurred: 2021-07-09T19:22:17,651 2021-07-09T19:22:17,651 Traceback (most recent call last): 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T19:22:17,651 result = self._result = resolver.resolve( 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T19:22:17,651 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T19:22:17,651 raise ResolutionImpossible(e.criterion.information) 2021-07-09T19:22:17,651 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pyauditor==0.2'), parent=None)] 2021-07-09T19:22:17,651 2021-07-09T19:22:17,651 The above exception was the direct cause of the following exception: 2021-07-09T19:22:17,651 2021-07-09T19:22:17,651 Traceback (most recent call last): 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T19:22:17,651 status = self.run(options, args) 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T19:22:17,651 return func(self, options, args) 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T19:22:17,651 requirement_set = resolver.resolve( 2021-07-09T19:22:17,651 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T19:22:17,651 raise error from e 2021-07-09T19:22:17,651 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pyauditor==0.2 2021-07-09T19:22:17,656 Removed pyauditor==0.2 from https://files.pythonhosted.org/packages/cd/3d/29f28cdd2c00c7049a94fa6494c2e90db050f3c8303669853d25802624d2/pyauditor-0.2.tar.gz#sha256=02a3ca7e9f3da4dbb0f42a3bf5af0eabe80f01f87dcc09ddf79228d6c0fdd183 from build tracker '/tmp/pip-req-tracker-w3td1h2r' 2021-07-09T19:22:17,656 Removed build tracker: '/tmp/pip-req-tracker-w3td1h2r'