2021-07-09T20:19:05,949 Created temporary directory: /tmp/pip-ephem-wheel-cache-61bf07ds 2021-07-09T20:19:05,952 Created temporary directory: /tmp/pip-req-tracker-15mmdu3i 2021-07-09T20:19:05,952 Initialized build tracking at /tmp/pip-req-tracker-15mmdu3i 2021-07-09T20:19:05,952 Created build tracker: /tmp/pip-req-tracker-15mmdu3i 2021-07-09T20:19:05,953 Entered build tracker: /tmp/pip-req-tracker-15mmdu3i 2021-07-09T20:19:05,953 Created temporary directory: /tmp/pip-wheel-_k8j2_2t 2021-07-09T20:19:05,986 1 location(s) to search for versions of smh: 2021-07-09T20:19:05,986 * https://pypi.org/simple/smh/ 2021-07-09T20:19:05,987 Fetching project page and analyzing links: https://pypi.org/simple/smh/ 2021-07-09T20:19:05,987 Getting page https://pypi.org/simple/smh/ 2021-07-09T20:19:05,989 Found index url https://pypi.org/simple 2021-07-09T20:19:06,164 Found link https://files.pythonhosted.org/packages/c0/a6/57d366c4a2cb526ff10c0db8864b23ddda79fba4eea44c9a589ab8331d3f/smh-0.1.tar.gz#sha256=00a7b7770652ba90e54441779315db0b92a6eac9a379d87b951a971988337148 (from https://pypi.org/simple/smh/), version: 0.1 2021-07-09T20:19:06,165 Skipping link: not a file: https://pypi.org/simple/smh/ 2021-07-09T20:19:06,181 Given no hashes to check 1 links for project 'smh': discarding no candidates 2021-07-09T20:19:06,198 Collecting smh==0.1 2021-07-09T20:19:06,200 Created temporary directory: /tmp/pip-unpack-ik5_23s4 2021-07-09T20:19:06,430 Downloading smh-0.1.tar.gz (134 kB) 2021-07-09T20:19:06,569 Added smh==0.1 from https://files.pythonhosted.org/packages/c0/a6/57d366c4a2cb526ff10c0db8864b23ddda79fba4eea44c9a589ab8331d3f/smh-0.1.tar.gz#sha256=00a7b7770652ba90e54441779315db0b92a6eac9a379d87b951a971988337148 to build tracker '/tmp/pip-req-tracker-15mmdu3i' 2021-07-09T20:19:06,570 Running setup.py (path:/tmp/pip-wheel-_k8j2_2t/smh_ce1e68b3577341dd99d85e13099bbb88/setup.py) egg_info for package smh 2021-07-09T20:19:06,571 Created temporary directory: /tmp/pip-pip-egg-info-okho2ikj 2021-07-09T20:19:06,571 Running command python setup.py egg_info 2021-07-09T20:19:07,189 Traceback (most recent call last): 2021-07-09T20:19:07,190 File "", line 1, in 2021-07-09T20:19:07,190 File "/tmp/pip-wheel-_k8j2_2t/smh_ce1e68b3577341dd99d85e13099bbb88/setup.py", line 41, in 2021-07-09T20:19:07,191 install_requires=readfile("requirements.txt").split() 2021-07-09T20:19:07,191 File "/tmp/pip-wheel-_k8j2_2t/smh_ce1e68b3577341dd99d85e13099bbb88/setup.py", line 20, in readfile 2021-07-09T20:19:07,191 with open(filename, **readfile_kwargs) as fp: 2021-07-09T20:19:07,192 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-07-09T20:19:07,239 WARNING: Discarding https://files.pythonhosted.org/packages/c0/a6/57d366c4a2cb526ff10c0db8864b23ddda79fba4eea44c9a589ab8331d3f/smh-0.1.tar.gz#sha256=00a7b7770652ba90e54441779315db0b92a6eac9a379d87b951a971988337148 (from https://pypi.org/simple/smh/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:19:07,240 ERROR: Could not find a version that satisfies the requirement smh==0.1 (from versions: 0.1) 2021-07-09T20:19:07,241 ERROR: No matching distribution found for smh==0.1 2021-07-09T20:19:07,241 Exception information: 2021-07-09T20:19:07,241 Traceback (most recent call last): 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:19:07,241 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:19:07,241 raise RequirementsConflicted(criterion) 2021-07-09T20:19:07,241 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('smh==0.1') 2021-07-09T20:19:07,241 2021-07-09T20:19:07,241 During handling of the above exception, another exception occurred: 2021-07-09T20:19:07,241 2021-07-09T20:19:07,241 Traceback (most recent call last): 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:19:07,241 result = self._result = resolver.resolve( 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:19:07,241 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:19:07,241 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:19:07,241 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('smh==0.1'), parent=None)] 2021-07-09T20:19:07,241 2021-07-09T20:19:07,241 The above exception was the direct cause of the following exception: 2021-07-09T20:19:07,241 2021-07-09T20:19:07,241 Traceback (most recent call last): 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:19:07,241 status = self.run(options, args) 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:19:07,241 return func(self, options, args) 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:19:07,241 requirement_set = resolver.resolve( 2021-07-09T20:19:07,241 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:19:07,241 raise error from e 2021-07-09T20:19:07,241 pip._internal.exceptions.DistributionNotFound: No matching distribution found for smh==0.1 2021-07-09T20:19:07,246 Removed smh==0.1 from https://files.pythonhosted.org/packages/c0/a6/57d366c4a2cb526ff10c0db8864b23ddda79fba4eea44c9a589ab8331d3f/smh-0.1.tar.gz#sha256=00a7b7770652ba90e54441779315db0b92a6eac9a379d87b951a971988337148 from build tracker '/tmp/pip-req-tracker-15mmdu3i' 2021-07-09T20:19:07,246 Removed build tracker: '/tmp/pip-req-tracker-15mmdu3i'