2021-07-10T07:58:52,566 Created temporary directory: /tmp/pip-ephem-wheel-cache-lbl0en7h 2021-07-10T07:58:52,569 Created temporary directory: /tmp/pip-req-tracker-je85512f 2021-07-10T07:58:52,569 Initialized build tracking at /tmp/pip-req-tracker-je85512f 2021-07-10T07:58:52,570 Created build tracker: /tmp/pip-req-tracker-je85512f 2021-07-10T07:58:52,570 Entered build tracker: /tmp/pip-req-tracker-je85512f 2021-07-10T07:58:52,570 Created temporary directory: /tmp/pip-wheel-1ooksbwz 2021-07-10T07:58:52,604 1 location(s) to search for versions of ipythontools: 2021-07-10T07:58:52,604 * https://pypi.org/simple/ipythontools/ 2021-07-10T07:58:52,605 Fetching project page and analyzing links: https://pypi.org/simple/ipythontools/ 2021-07-10T07:58:52,605 Getting page https://pypi.org/simple/ipythontools/ 2021-07-10T07:58:52,607 Found index url https://pypi.org/simple 2021-07-10T07:58:52,784 Found link https://files.pythonhosted.org/packages/7f/ac/624e70361ea967fe1937559b7e09e9590dc6eea2bb1b920feaf14421449a/ipythontools-0.1.0.tar.gz#sha256=31cade3f9aebb53899eb4d45f46f8dca5b4aaa04477f63040c38e48fd18c7303 (from https://pypi.org/simple/ipythontools/), version: 0.1.0 2021-07-10T07:58:52,785 Skipping link: not a file: https://pypi.org/simple/ipythontools/ 2021-07-10T07:58:52,802 Given no hashes to check 1 links for project 'ipythontools': discarding no candidates 2021-07-10T07:58:52,821 Collecting ipythontools==0.1.0 2021-07-10T07:58:52,823 Created temporary directory: /tmp/pip-unpack-v9ldjs8w 2021-07-10T07:58:52,998 Downloading ipythontools-0.1.0.tar.gz (8.6 kB) 2021-07-10T07:58:53,046 Added ipythontools==0.1.0 from https://files.pythonhosted.org/packages/7f/ac/624e70361ea967fe1937559b7e09e9590dc6eea2bb1b920feaf14421449a/ipythontools-0.1.0.tar.gz#sha256=31cade3f9aebb53899eb4d45f46f8dca5b4aaa04477f63040c38e48fd18c7303 to build tracker '/tmp/pip-req-tracker-je85512f' 2021-07-10T07:58:53,047 Running setup.py (path:/tmp/pip-wheel-1ooksbwz/ipythontools_c3e21fb854d7443282fec8982d2a0037/setup.py) egg_info for package ipythontools 2021-07-10T07:58:53,048 Created temporary directory: /tmp/pip-pip-egg-info-hrwm5veg 2021-07-10T07:58:53,048 Running command python setup.py egg_info 2021-07-10T07:58:53,725 Traceback (most recent call last): 2021-07-10T07:58:53,726 File "", line 1, in 2021-07-10T07:58:53,726 File "/tmp/pip-wheel-1ooksbwz/ipythontools_c3e21fb854d7443282fec8982d2a0037/setup.py", line 21, in 2021-07-10T07:58:53,726 long_description=read('README.md'), 2021-07-10T07:58:53,726 File "/tmp/pip-wheel-1ooksbwz/ipythontools_c3e21fb854d7443282fec8982d2a0037/setup.py", line 9, in read 2021-07-10T07:58:53,727 return open(os.path.join(os.path.dirname(__file__), fname)).read() 2021-07-10T07:58:53,727 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-1ooksbwz/ipythontools_c3e21fb854d7443282fec8982d2a0037/README.md' 2021-07-10T07:58:53,777 WARNING: Discarding https://files.pythonhosted.org/packages/7f/ac/624e70361ea967fe1937559b7e09e9590dc6eea2bb1b920feaf14421449a/ipythontools-0.1.0.tar.gz#sha256=31cade3f9aebb53899eb4d45f46f8dca5b4aaa04477f63040c38e48fd18c7303 (from https://pypi.org/simple/ipythontools/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T07:58:53,778 ERROR: Could not find a version that satisfies the requirement ipythontools==0.1.0 (from versions: 0.1.0) 2021-07-10T07:58:53,778 ERROR: No matching distribution found for ipythontools==0.1.0 2021-07-10T07:58:53,779 Exception information: 2021-07-10T07:58:53,779 Traceback (most recent call last): 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T07:58:53,779 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T07:58:53,779 raise RequirementsConflicted(criterion) 2021-07-10T07:58:53,779 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ipythontools==0.1.0') 2021-07-10T07:58:53,779 2021-07-10T07:58:53,779 During handling of the above exception, another exception occurred: 2021-07-10T07:58:53,779 2021-07-10T07:58:53,779 Traceback (most recent call last): 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T07:58:53,779 result = self._result = resolver.resolve( 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T07:58:53,779 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T07:58:53,779 raise ResolutionImpossible(e.criterion.information) 2021-07-10T07:58:53,779 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ipythontools==0.1.0'), parent=None)] 2021-07-10T07:58:53,779 2021-07-10T07:58:53,779 The above exception was the direct cause of the following exception: 2021-07-10T07:58:53,779 2021-07-10T07:58:53,779 Traceback (most recent call last): 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T07:58:53,779 status = self.run(options, args) 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T07:58:53,779 return func(self, options, args) 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T07:58:53,779 requirement_set = resolver.resolve( 2021-07-10T07:58:53,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T07:58:53,779 raise error from e 2021-07-10T07:58:53,779 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ipythontools==0.1.0 2021-07-10T07:58:53,783 Removed ipythontools==0.1.0 from https://files.pythonhosted.org/packages/7f/ac/624e70361ea967fe1937559b7e09e9590dc6eea2bb1b920feaf14421449a/ipythontools-0.1.0.tar.gz#sha256=31cade3f9aebb53899eb4d45f46f8dca5b4aaa04477f63040c38e48fd18c7303 from build tracker '/tmp/pip-req-tracker-je85512f' 2021-07-10T07:58:53,784 Removed build tracker: '/tmp/pip-req-tracker-je85512f'