2020-06-04T19:59:18,427 Created temporary directory: /tmp/pip-ephem-wheel-cache-8_5ufnju 2020-06-04T19:59:18,432 Created temporary directory: /tmp/pip-req-tracker-ks0wkfjf 2020-06-04T19:59:18,432 Initialized build tracking at /tmp/pip-req-tracker-ks0wkfjf 2020-06-04T19:59:18,433 Created build tracker: /tmp/pip-req-tracker-ks0wkfjf 2020-06-04T19:59:18,433 Entered build tracker: /tmp/pip-req-tracker-ks0wkfjf 2020-06-04T19:59:18,435 Created temporary directory: /tmp/pip-wheel-u930gh4h 2020-06-04T19:59:18,449 1 location(s) to search for versions of starpolymers: 2020-06-04T19:59:18,449 * https://pypi.org/simple/starpolymers/ 2020-06-04T19:59:18,449 Fetching project page and analyzing links: https://pypi.org/simple/starpolymers/ 2020-06-04T19:59:18,450 Getting page https://pypi.org/simple/starpolymers/ 2020-06-04T19:59:18,453 Found index url https://pypi.org/simple 2020-06-04T19:59:18,660 Link requires a different Python (3.7.3 not in: '~=2.7'): https://files.pythonhosted.org/packages/21/4c/9891e969c617755881aae677c25c84992ecdb9accb1daa7e5427da67d343/starpolymers-1.0.1.tar.gz#sha256=c789ea2fe692e6961eed004aee51b6c56fb30f82b382e7b7ffb07c4307ebebf4 (from https://pypi.org/simple/starpolymers/) (requires-python:~=2.7) 2020-06-04T19:59:18,661 Skipping link: No binaries permitted for starpolymers: https://files.pythonhosted.org/packages/a7/df/83646ca53a5ea76c4027258e30b98960e6d58fad5f1b88c5c1d12a1d2d20/starpolymers-1.1.0-py2-none-any.whl#sha256=0c5ec58038741b8ad8b36aebdcc29cae4a1542cedded80119a521b2f0961dcb0 (from https://pypi.org/simple/starpolymers/) (requires-python:~=2.7) 2020-06-04T19:59:18,662 Link requires a different Python (3.7.3 not in: '~=2.7'): https://files.pythonhosted.org/packages/e5/ec/f53ccfbab2e37d3514fb5a13bd17463d70711186cfcb96be5758add7d70c/starpolymers-1.1.0.tar.gz#sha256=095b7615ae68f0937a695c570b284c617f62bf7b1f5d3ac607219327639d0b20 (from https://pypi.org/simple/starpolymers/) (requires-python:~=2.7) 2020-06-04T19:59:18,662 Skipping link: No binaries permitted for starpolymers: https://files.pythonhosted.org/packages/a2/05/3bf01d011f8ffc239d6cd1945b4f1c463b65687e5302cdc6616701e8137f/starpolymers-1.1.1-py2-none-any.whl#sha256=f9218f85f55a6e699d451865ffc360fe07abfbc5e0902056187506694f481d5c (from https://pypi.org/simple/starpolymers/) (requires-python:~=2.7) 2020-06-04T19:59:18,663 Link requires a different Python (3.7.3 not in: '~=2.7'): https://files.pythonhosted.org/packages/26/a0/9caa7139b21fddf8f3055ab090325402145437ae2f72bc81accd8f08af9d/starpolymers-1.1.1.tar.gz#sha256=59a0023499ee51a18c9b5062ec94e7a82afb3a2950446ace1109842bffcd6d94 (from https://pypi.org/simple/starpolymers/) (requires-python:~=2.7) 2020-06-04T19:59:18,670 Given no hashes to check 0 links for project 'starpolymers': discarding no candidates 2020-06-04T19:59:18,671 ERROR: Could not find a version that satisfies the requirement starpolymers==1.0.1 (from versions: none) 2020-06-04T19:59:18,672 ERROR: No matching distribution found for starpolymers==1.0.1 2020-06-04T19:59:18,672 Exception information: 2020-06-04T19:59:18,672 Traceback (most recent call last): 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-04T19:59:18,672 status = self.run(options, args) 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-04T19:59:18,672 return func(self, options, args) 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-04T19:59:18,672 reqs, check_supported_wheels=True 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-04T19:59:18,672 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-04T19:59:18,672 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 313, in _get_abstract_dist_for 2020-06-04T19:59:18,672 self._populate_link(req) 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 279, in _populate_link 2020-06-04T19:59:18,672 req.link = self.finder.find_requirement(req, upgrade) 2020-06-04T19:59:18,672 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 930, in find_requirement 2020-06-04T19:59:18,672 req) 2020-06-04T19:59:18,672 pip._internal.exceptions.DistributionNotFound: No matching distribution found for starpolymers==1.0.1 2020-06-04T19:59:18,680 Removed build tracker: '/tmp/pip-req-tracker-ks0wkfjf'