2021-07-09T06:11:36,442 Created temporary directory: /tmp/pip-ephem-wheel-cache-a4va1r4c 2021-07-09T06:11:36,445 Created temporary directory: /tmp/pip-req-tracker-wlz_sy8x 2021-07-09T06:11:36,445 Initialized build tracking at /tmp/pip-req-tracker-wlz_sy8x 2021-07-09T06:11:36,445 Created build tracker: /tmp/pip-req-tracker-wlz_sy8x 2021-07-09T06:11:36,445 Entered build tracker: /tmp/pip-req-tracker-wlz_sy8x 2021-07-09T06:11:36,446 Created temporary directory: /tmp/pip-wheel-vr21ixyx 2021-07-09T06:11:36,480 1 location(s) to search for versions of httproxy: 2021-07-09T06:11:36,480 * https://pypi.org/simple/httproxy/ 2021-07-09T06:11:36,481 Fetching project page and analyzing links: https://pypi.org/simple/httproxy/ 2021-07-09T06:11:36,481 Getting page https://pypi.org/simple/httproxy/ 2021-07-09T06:11:36,483 Found index url https://pypi.org/simple 2021-07-09T06:11:36,665 Found link https://files.pythonhosted.org/packages/8e/74/790298ec094f08a42c85ce826b9db1cedb64ac382062c0c1fa6eb30c531f/httproxy-0.9.0.tar.gz#sha256=bf8381db311c8d2f1256ba16b77b1a9f9345a924e3fc50b436b59103082e66b9 (from https://pypi.org/simple/httproxy/), version: 0.9.0 2021-07-09T06:11:36,666 Skipping link: not a file: https://pypi.org/simple/httproxy/ 2021-07-09T06:11:36,682 Given no hashes to check 1 links for project 'httproxy': discarding no candidates 2021-07-09T06:11:36,699 Collecting httproxy==0.9.0 2021-07-09T06:11:36,701 Created temporary directory: /tmp/pip-unpack-ki9osihu 2021-07-09T06:11:36,741 Downloading httproxy-0.9.0.tar.gz (9.1 kB) 2021-07-09T06:11:36,781 Added httproxy==0.9.0 from https://files.pythonhosted.org/packages/8e/74/790298ec094f08a42c85ce826b9db1cedb64ac382062c0c1fa6eb30c531f/httproxy-0.9.0.tar.gz#sha256=bf8381db311c8d2f1256ba16b77b1a9f9345a924e3fc50b436b59103082e66b9 to build tracker '/tmp/pip-req-tracker-wlz_sy8x' 2021-07-09T06:11:36,782 Running setup.py (path:/tmp/pip-wheel-vr21ixyx/httproxy_e74b34e925b84d48ad6af0b75945a5e4/setup.py) egg_info for package httproxy 2021-07-09T06:11:36,783 Created temporary directory: /tmp/pip-pip-egg-info-600yh3fo 2021-07-09T06:11:36,783 Running command python setup.py egg_info 2021-07-09T06:11:37,406 Traceback (most recent call last): 2021-07-09T06:11:37,407 File "", line 1, in 2021-07-09T06:11:37,407 File "/tmp/pip-wheel-vr21ixyx/httproxy_e74b34e925b84d48ad6af0b75945a5e4/setup.py", line 28, in 2021-07-09T06:11:37,407 reload(sys) 2021-07-09T06:11:37,407 NameError: name 'reload' is not defined 2021-07-09T06:11:37,457 WARNING: Discarding https://files.pythonhosted.org/packages/8e/74/790298ec094f08a42c85ce826b9db1cedb64ac382062c0c1fa6eb30c531f/httproxy-0.9.0.tar.gz#sha256=bf8381db311c8d2f1256ba16b77b1a9f9345a924e3fc50b436b59103082e66b9 (from https://pypi.org/simple/httproxy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T06:11:37,458 ERROR: Could not find a version that satisfies the requirement httproxy==0.9.0 (from versions: 0.9.0) 2021-07-09T06:11:37,459 ERROR: No matching distribution found for httproxy==0.9.0 2021-07-09T06:11:37,459 Exception information: 2021-07-09T06:11:37,459 Traceback (most recent call last): 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T06:11:37,459 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T06:11:37,459 raise RequirementsConflicted(criterion) 2021-07-09T06:11:37,459 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('httproxy==0.9.0') 2021-07-09T06:11:37,459 2021-07-09T06:11:37,459 During handling of the above exception, another exception occurred: 2021-07-09T06:11:37,459 2021-07-09T06:11:37,459 Traceback (most recent call last): 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T06:11:37,459 result = self._result = resolver.resolve( 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T06:11:37,459 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T06:11:37,459 raise ResolutionImpossible(e.criterion.information) 2021-07-09T06:11:37,459 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('httproxy==0.9.0'), parent=None)] 2021-07-09T06:11:37,459 2021-07-09T06:11:37,459 The above exception was the direct cause of the following exception: 2021-07-09T06:11:37,459 2021-07-09T06:11:37,459 Traceback (most recent call last): 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T06:11:37,459 status = self.run(options, args) 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T06:11:37,459 return func(self, options, args) 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T06:11:37,459 requirement_set = resolver.resolve( 2021-07-09T06:11:37,459 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T06:11:37,459 raise error from e 2021-07-09T06:11:37,459 pip._internal.exceptions.DistributionNotFound: No matching distribution found for httproxy==0.9.0 2021-07-09T06:11:37,464 Removed httproxy==0.9.0 from https://files.pythonhosted.org/packages/8e/74/790298ec094f08a42c85ce826b9db1cedb64ac382062c0c1fa6eb30c531f/httproxy-0.9.0.tar.gz#sha256=bf8381db311c8d2f1256ba16b77b1a9f9345a924e3fc50b436b59103082e66b9 from build tracker '/tmp/pip-req-tracker-wlz_sy8x' 2021-07-09T06:11:37,464 Removed build tracker: '/tmp/pip-req-tracker-wlz_sy8x'