2021-07-10T00:12:06,345 Created temporary directory: /tmp/pip-ephem-wheel-cache-sdr0nv98 2021-07-10T00:12:06,348 Created temporary directory: /tmp/pip-req-tracker-_yuxn9b8 2021-07-10T00:12:06,349 Initialized build tracking at /tmp/pip-req-tracker-_yuxn9b8 2021-07-10T00:12:06,349 Created build tracker: /tmp/pip-req-tracker-_yuxn9b8 2021-07-10T00:12:06,349 Entered build tracker: /tmp/pip-req-tracker-_yuxn9b8 2021-07-10T00:12:06,350 Created temporary directory: /tmp/pip-wheel-13279uil 2021-07-10T00:12:06,383 1 location(s) to search for versions of stellar-py: 2021-07-10T00:12:06,383 * https://pypi.org/simple/stellar-py/ 2021-07-10T00:12:06,384 Fetching project page and analyzing links: https://pypi.org/simple/stellar-py/ 2021-07-10T00:12:06,384 Getting page https://pypi.org/simple/stellar-py/ 2021-07-10T00:12:06,386 Found index url https://pypi.org/simple 2021-07-10T00:12:06,566 Found link https://files.pythonhosted.org/packages/58/4f/d8fb756905673a8c75d2fa715a096bb4745eb114df2a2dd0ef129da401d0/stellar-py-0.1.0.tar.gz#sha256=f4f0bc41bf1859d5d3e4b16a116cbef660fb76f42a41ba02ce8478f110dc355c (from https://pypi.org/simple/stellar-py/), version: 0.1.0 2021-07-10T00:12:06,566 Found link https://files.pythonhosted.org/packages/11/d0/d958d3f5ce4199f5e7c24744d7aef1ea0c4c1b21d96ffa2c54d32d7ce27c/stellar-py-0.1.1.tar.gz#sha256=6fed3095d3e0addb550209abc5cb51d030dd5d8a12ffc4db85139fe3f712530c (from https://pypi.org/simple/stellar-py/), version: 0.1.1 2021-07-10T00:12:06,567 Skipping link: not a file: https://pypi.org/simple/stellar-py/ 2021-07-10T00:12:06,584 Given no hashes to check 1 links for project 'stellar-py': discarding no candidates 2021-07-10T00:12:06,603 Collecting stellar-py==0.1.0 2021-07-10T00:12:06,605 Created temporary directory: /tmp/pip-unpack-iyw9tzc0 2021-07-10T00:12:06,788 Downloading stellar-py-0.1.0.tar.gz (5.8 kB) 2021-07-10T00:12:06,852 Added stellar-py==0.1.0 from https://files.pythonhosted.org/packages/58/4f/d8fb756905673a8c75d2fa715a096bb4745eb114df2a2dd0ef129da401d0/stellar-py-0.1.0.tar.gz#sha256=f4f0bc41bf1859d5d3e4b16a116cbef660fb76f42a41ba02ce8478f110dc355c to build tracker '/tmp/pip-req-tracker-_yuxn9b8' 2021-07-10T00:12:06,853 Running setup.py (path:/tmp/pip-wheel-13279uil/stellar-py_6d21d82c88c3437c85538f9db1fed576/setup.py) egg_info for package stellar-py 2021-07-10T00:12:06,853 Created temporary directory: /tmp/pip-pip-egg-info-sf0xi0sb 2021-07-10T00:12:06,854 Running command python setup.py egg_info 2021-07-10T00:12:07,464 Traceback (most recent call last): 2021-07-10T00:12:07,465 File "", line 1, in 2021-07-10T00:12:07,465 File "/tmp/pip-wheel-13279uil/stellar-py_6d21d82c88c3437c85538f9db1fed576/setup.py", line 12, in 2021-07-10T00:12:07,465 execfile('stellar/version.py') 2021-07-10T00:12:07,465 NameError: name 'execfile' is not defined 2021-07-10T00:12:07,512 WARNING: Discarding https://files.pythonhosted.org/packages/58/4f/d8fb756905673a8c75d2fa715a096bb4745eb114df2a2dd0ef129da401d0/stellar-py-0.1.0.tar.gz#sha256=f4f0bc41bf1859d5d3e4b16a116cbef660fb76f42a41ba02ce8478f110dc355c (from https://pypi.org/simple/stellar-py/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T00:12:07,513 ERROR: Could not find a version that satisfies the requirement stellar-py==0.1.0 (from versions: 0.1.0, 0.1.1) 2021-07-10T00:12:07,513 ERROR: No matching distribution found for stellar-py==0.1.0 2021-07-10T00:12:07,514 Exception information: 2021-07-10T00:12:07,514 Traceback (most recent call last): 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T00:12:07,514 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T00:12:07,514 raise RequirementsConflicted(criterion) 2021-07-10T00:12:07,514 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stellar-py==0.1.0') 2021-07-10T00:12:07,514 2021-07-10T00:12:07,514 During handling of the above exception, another exception occurred: 2021-07-10T00:12:07,514 2021-07-10T00:12:07,514 Traceback (most recent call last): 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T00:12:07,514 result = self._result = resolver.resolve( 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T00:12:07,514 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T00:12:07,514 raise ResolutionImpossible(e.criterion.information) 2021-07-10T00:12:07,514 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stellar-py==0.1.0'), parent=None)] 2021-07-10T00:12:07,514 2021-07-10T00:12:07,514 The above exception was the direct cause of the following exception: 2021-07-10T00:12:07,514 2021-07-10T00:12:07,514 Traceback (most recent call last): 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T00:12:07,514 status = self.run(options, args) 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T00:12:07,514 return func(self, options, args) 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T00:12:07,514 requirement_set = resolver.resolve( 2021-07-10T00:12:07,514 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T00:12:07,514 raise error from e 2021-07-10T00:12:07,514 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stellar-py==0.1.0 2021-07-10T00:12:07,519 Removed stellar-py==0.1.0 from https://files.pythonhosted.org/packages/58/4f/d8fb756905673a8c75d2fa715a096bb4745eb114df2a2dd0ef129da401d0/stellar-py-0.1.0.tar.gz#sha256=f4f0bc41bf1859d5d3e4b16a116cbef660fb76f42a41ba02ce8478f110dc355c from build tracker '/tmp/pip-req-tracker-_yuxn9b8' 2021-07-10T00:12:07,519 Removed build tracker: '/tmp/pip-req-tracker-_yuxn9b8'