2021-07-13T04:21:18,983 Created temporary directory: /tmp/pip-ephem-wheel-cache-ym547ylb 2021-07-13T04:21:18,986 Created temporary directory: /tmp/pip-req-tracker-h_fjwfx4 2021-07-13T04:21:18,986 Initialized build tracking at /tmp/pip-req-tracker-h_fjwfx4 2021-07-13T04:21:18,987 Created build tracker: /tmp/pip-req-tracker-h_fjwfx4 2021-07-13T04:21:18,987 Entered build tracker: /tmp/pip-req-tracker-h_fjwfx4 2021-07-13T04:21:18,987 Created temporary directory: /tmp/pip-wheel-lc01diwc 2021-07-13T04:21:19,017 1 location(s) to search for versions of swmm-python: 2021-07-13T04:21:19,017 * https://pypi.org/simple/swmm-python/ 2021-07-13T04:21:19,018 Fetching project page and analyzing links: https://pypi.org/simple/swmm-python/ 2021-07-13T04:21:19,018 Getting page https://pypi.org/simple/swmm-python/ 2021-07-13T04:21:19,020 Found index url https://pypi.org/simple 2021-07-13T04:21:19,196 Found link https://files.pythonhosted.org/packages/11/14/6f5fb4048d6a353278c23746adf434805f40cc895900ad80f665cdf0f1e6/swmm-python-0.1.0.dev0.tar.gz#sha256=1c165762ee6813344b5399216d21ea012929701f3dead41552acc89914fcce72 (from https://pypi.org/simple/swmm-python/), version: 0.1.0.dev0 2021-07-13T04:21:19,213 Skipping link: none of the wheel's tags (py2-none-any) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ad/7f/c8fbd61314047376db263c18ef6441c01121c833f378d23561070139533c/swmm_python-0.1.0.dev0-py2-none-any.whl#sha256=f8fffb758774a6453fe64189a70921846c5f164b54a9f0273d2d62d4e8e76b53 (from https://pypi.org/simple/swmm-python/) 2021-07-13T04:21:19,213 Skipping link: not a file: https://pypi.org/simple/swmm-python/ 2021-07-13T04:21:19,214 Given no hashes to check 1 links for project 'swmm-python': discarding no candidates 2021-07-13T04:21:19,233 Collecting swmm-python==0.1.0.dev0 2021-07-13T04:21:19,235 Created temporary directory: /tmp/pip-unpack-8hr_6biu 2021-07-13T04:21:19,407 Downloading swmm-python-0.1.0.dev0.tar.gz (2.4 kB) 2021-07-13T04:21:19,442 Added swmm-python==0.1.0.dev0 from https://files.pythonhosted.org/packages/11/14/6f5fb4048d6a353278c23746adf434805f40cc895900ad80f665cdf0f1e6/swmm-python-0.1.0.dev0.tar.gz#sha256=1c165762ee6813344b5399216d21ea012929701f3dead41552acc89914fcce72 to build tracker '/tmp/pip-req-tracker-h_fjwfx4' 2021-07-13T04:21:19,443 Running setup.py (path:/tmp/pip-wheel-lc01diwc/swmm-python_73764168006a4bc2ad525c82da041251/setup.py) egg_info for package swmm-python 2021-07-13T04:21:19,444 Created temporary directory: /tmp/pip-pip-egg-info-9s9y2o7q 2021-07-13T04:21:19,444 Running command python setup.py egg_info 2021-07-13T04:21:20,451 Traceback (most recent call last): 2021-07-13T04:21:20,451 File "", line 1, in 2021-07-13T04:21:20,452 File "/tmp/pip-wheel-lc01diwc/swmm-python_73764168006a4bc2ad525c82da041251/setup.py", line 43, in 2021-07-13T04:21:20,452 version=get_version(), 2021-07-13T04:21:20,452 File "/tmp/pip-wheel-lc01diwc/swmm-python_73764168006a4bc2ad525c82da041251/setup.py", line 24, in get_version 2021-07-13T04:21:20,452 with open(os.path.join(HERE, module, '__init__.py'), 'r') as f: 2021-07-13T04:21:20,453 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-lc01diwc/swmm-python_73764168006a4bc2ad525c82da041251/swmm-python/__init__.py' 2021-07-13T04:21:20,501 WARNING: Discarding https://files.pythonhosted.org/packages/11/14/6f5fb4048d6a353278c23746adf434805f40cc895900ad80f665cdf0f1e6/swmm-python-0.1.0.dev0.tar.gz#sha256=1c165762ee6813344b5399216d21ea012929701f3dead41552acc89914fcce72 (from https://pypi.org/simple/swmm-python/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T04:21:20,502 ERROR: Could not find a version that satisfies the requirement swmm-python==0.1.0.dev0 (from versions: 0.1.0.dev0) 2021-07-13T04:21:20,503 ERROR: No matching distribution found for swmm-python==0.1.0.dev0 2021-07-13T04:21:20,503 Exception information: 2021-07-13T04:21:20,503 Traceback (most recent call last): 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T04:21:20,503 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T04:21:20,503 raise RequirementsConflicted(criterion) 2021-07-13T04:21:20,503 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('swmm-python==0.1.0.dev0') 2021-07-13T04:21:20,503 2021-07-13T04:21:20,503 During handling of the above exception, another exception occurred: 2021-07-13T04:21:20,503 2021-07-13T04:21:20,503 Traceback (most recent call last): 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T04:21:20,503 result = self._result = resolver.resolve( 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T04:21:20,503 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T04:21:20,503 raise ResolutionImpossible(e.criterion.information) 2021-07-13T04:21:20,503 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('swmm-python==0.1.0.dev0'), parent=None)] 2021-07-13T04:21:20,503 2021-07-13T04:21:20,503 The above exception was the direct cause of the following exception: 2021-07-13T04:21:20,503 2021-07-13T04:21:20,503 Traceback (most recent call last): 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T04:21:20,503 status = self.run(options, args) 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T04:21:20,503 return func(self, options, args) 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T04:21:20,503 requirement_set = resolver.resolve( 2021-07-13T04:21:20,503 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T04:21:20,503 raise error from e 2021-07-13T04:21:20,503 pip._internal.exceptions.DistributionNotFound: No matching distribution found for swmm-python==0.1.0.dev0 2021-07-13T04:21:20,508 Removed swmm-python==0.1.0.dev0 from https://files.pythonhosted.org/packages/11/14/6f5fb4048d6a353278c23746adf434805f40cc895900ad80f665cdf0f1e6/swmm-python-0.1.0.dev0.tar.gz#sha256=1c165762ee6813344b5399216d21ea012929701f3dead41552acc89914fcce72 from build tracker '/tmp/pip-req-tracker-h_fjwfx4' 2021-07-13T04:21:20,508 Removed build tracker: '/tmp/pip-req-tracker-h_fjwfx4'