2021-07-29T22:32:09,972 Created temporary directory: /tmp/pip-ephem-wheel-cache-vpii4gh3 2021-07-29T22:32:09,975 Created temporary directory: /tmp/pip-req-tracker-godhtwmn 2021-07-29T22:32:09,976 Initialized build tracking at /tmp/pip-req-tracker-godhtwmn 2021-07-29T22:32:09,976 Created build tracker: /tmp/pip-req-tracker-godhtwmn 2021-07-29T22:32:09,976 Entered build tracker: /tmp/pip-req-tracker-godhtwmn 2021-07-29T22:32:09,977 Created temporary directory: /tmp/pip-wheel-26cwev7b 2021-07-29T22:32:10,010 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-07-29T22:32:10,010 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-07-29T22:32:10,011 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-07-29T22:32:10,011 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-07-29T22:32:10,011 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-07-29T22:32:10,014 WARNING: Location '/cython-test/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T22:32:10,014 WARNING: Location 't/cython-test/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T22:32:10,015 WARNING: Location 'm/cython-test/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T22:32:10,015 WARNING: Location 'p/cython-test/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T22:32:10,015 1 location(s) to search for versions of cython-test: 2021-07-29T22:32:10,015 * https://pypi.org/simple/cython-test/ 2021-07-29T22:32:10,016 Fetching project page and analyzing links: https://pypi.org/simple/cython-test/ 2021-07-29T22:32:10,016 Getting page https://pypi.org/simple/cython-test/ 2021-07-29T22:32:10,017 Found index url https://pypi.org/simple 2021-07-29T22:32:10,198 Found link https://files.pythonhosted.org/packages/f9/10/fe7edebf4d4e44e8e0df2e12c7d9cd78e95fb368fe56ee203f1787029ae2/cython-test-1.0.tar.gz#sha256=1b9bf8ba1c46246c34ce22a5f177a6cc8b7903ac2fff17fb8a709d6c47992e3e (from https://pypi.org/simple/cython-test/) (requires-python:>=3.6), version: 1.0 2021-07-29T22:32:10,198 Skipping link: not a file: https://pypi.org/simple/cython-test/ 2021-07-29T22:32:10,216 Given no hashes to check 1 links for project 'cython-test': discarding no candidates 2021-07-29T22:32:10,234 Collecting cython-test==1.0 2021-07-29T22:32:10,236 Created temporary directory: /tmp/pip-unpack-zcgrcex3 2021-07-29T22:32:10,285 Downloading cython-test-1.0.tar.gz (1.4 kB) 2021-07-29T22:32:10,315 Added cython-test==1.0 from https://files.pythonhosted.org/packages/f9/10/fe7edebf4d4e44e8e0df2e12c7d9cd78e95fb368fe56ee203f1787029ae2/cython-test-1.0.tar.gz#sha256=1b9bf8ba1c46246c34ce22a5f177a6cc8b7903ac2fff17fb8a709d6c47992e3e to build tracker '/tmp/pip-req-tracker-godhtwmn' 2021-07-29T22:32:10,316 Running setup.py (path:/tmp/pip-wheel-26cwev7b/cython-test_3598fcc8c48d423b8eb19de375c07aec/setup.py) egg_info for package cython-test 2021-07-29T22:32:10,317 Created temporary directory: /tmp/pip-pip-egg-info-bk2ujmum 2021-07-29T22:32:10,317 Running command python setup.py egg_info 2021-07-29T22:32:10,966 Traceback (most recent call last): 2021-07-29T22:32:10,966 File "", line 1, in 2021-07-29T22:32:10,967 File "/tmp/pip-wheel-26cwev7b/cython-test_3598fcc8c48d423b8eb19de375c07aec/setup.py", line 3, in 2021-07-29T22:32:10,967 with open("C:\Packs\README.txt", 'r') as f: 2021-07-29T22:32:10,967 FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Packs\\README.txt' 2021-07-29T22:32:11,014 WARNING: Discarding https://files.pythonhosted.org/packages/f9/10/fe7edebf4d4e44e8e0df2e12c7d9cd78e95fb368fe56ee203f1787029ae2/cython-test-1.0.tar.gz#sha256=1b9bf8ba1c46246c34ce22a5f177a6cc8b7903ac2fff17fb8a709d6c47992e3e (from https://pypi.org/simple/cython-test/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-29T22:32:11,016 ERROR: Could not find a version that satisfies the requirement cython-test==1.0 (from versions: 1.0) 2021-07-29T22:32:11,016 ERROR: No matching distribution found for cython-test==1.0 2021-07-29T22:32:11,016 Exception information: 2021-07-29T22:32:11,016 Traceback (most recent call last): 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-29T22:32:11,016 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-29T22:32:11,016 raise RequirementsConflicted(criterion) 2021-07-29T22:32:11,016 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cython-test==1.0') 2021-07-29T22:32:11,016 2021-07-29T22:32:11,016 During handling of the above exception, another exception occurred: 2021-07-29T22:32:11,016 2021-07-29T22:32:11,016 Traceback (most recent call last): 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-29T22:32:11,016 result = self._result = resolver.resolve( 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-29T22:32:11,016 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-29T22:32:11,016 raise ResolutionImpossible(e.criterion.information) 2021-07-29T22:32:11,016 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cython-test==1.0'), parent=None)] 2021-07-29T22:32:11,016 2021-07-29T22:32:11,016 The above exception was the direct cause of the following exception: 2021-07-29T22:32:11,016 2021-07-29T22:32:11,016 Traceback (most recent call last): 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-29T22:32:11,016 status = self.run(options, args) 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-29T22:32:11,016 return func(self, options, args) 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-29T22:32:11,016 requirement_set = resolver.resolve( 2021-07-29T22:32:11,016 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-29T22:32:11,016 raise error from e 2021-07-29T22:32:11,016 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cython-test==1.0 2021-07-29T22:32:11,021 Removed cython-test==1.0 from https://files.pythonhosted.org/packages/f9/10/fe7edebf4d4e44e8e0df2e12c7d9cd78e95fb368fe56ee203f1787029ae2/cython-test-1.0.tar.gz#sha256=1b9bf8ba1c46246c34ce22a5f177a6cc8b7903ac2fff17fb8a709d6c47992e3e from build tracker '/tmp/pip-req-tracker-godhtwmn' 2021-07-29T22:32:11,022 Removed build tracker: '/tmp/pip-req-tracker-godhtwmn'