2021-07-13T19:40:03,657 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. 2021-07-13T19:40:04,243 Created temporary directory: /tmp/pip-ephem-wheel-cache-ljw9dzsa 2021-07-13T19:40:04,247 Created temporary directory: /tmp/pip-req-tracker-a8srwjrp 2021-07-13T19:40:04,248 Initialized build tracking at /tmp/pip-req-tracker-a8srwjrp 2021-07-13T19:40:04,249 Created build tracker: /tmp/pip-req-tracker-a8srwjrp 2021-07-13T19:40:04,249 Entered build tracker: /tmp/pip-req-tracker-a8srwjrp 2021-07-13T19:40:04,250 Created temporary directory: /tmp/pip-wheel-2pc99n5y 2021-07-13T19:40:04,303 1 location(s) to search for versions of statmechglass: 2021-07-13T19:40:04,303 * https://pypi.org/simple/statmechglass/ 2021-07-13T19:40:04,304 Fetching project page and analyzing links: https://pypi.org/simple/statmechglass/ 2021-07-13T19:40:04,306 Getting page https://pypi.org/simple/statmechglass/ 2021-07-13T19:40:04,310 Found index url https://pypi.org/simple 2021-07-13T19:40:04,530 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/7c/47/8ea2bd694b5eb03e0d7a942e9f0b46d131f3f9ee813c01172341fc220e3b/StatMechGlass-0.1.3-py3-none-any.whl#sha256=9ba16dd57e029c846797ca987eb442fe555c69ab659a363870deea33bd41e7a4 (from https://pypi.org/simple/statmechglass/) (requires-python:>=3.6) 2021-07-13T19:40:04,532 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/b4/ef/18a50baeb20760eb973aec6fc2e222bd670aa5cb1dd579b8bea5c746c37d/StatMechGlass-0.1.3.tar.gz#sha256=6facc837618fc0585a7562d2d2beb30ecf592c0f588e2b1165a5256d8011d932 (from https://pypi.org/simple/statmechglass/) (requires-python:>=3.6) 2021-07-13T19:40:04,532 Given no hashes to check 0 links for project 'statmechglass': discarding no candidates 2021-07-13T19:40:04,533 ERROR: Could not find a version that satisfies the requirement statmechglass==0.1.3 2021-07-13T19:40:04,534 ERROR: No matching distribution found for statmechglass==0.1.3 2021-07-13T19:40:04,534 Exception information: 2021-07-13T19:40:04,534 Traceback (most recent call last): 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-07-13T19:40:04,534 crit = self.state.criteria[name] 2021-07-13T19:40:04,534 KeyError: 'statmechglass' 2021-07-13T19:40:04,534 2021-07-13T19:40:04,534 During handling of the above exception, another exception occurred: 2021-07-13T19:40:04,534 2021-07-13T19:40:04,534 Traceback (most recent call last): 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-07-13T19:40:04,534 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T19:40:04,534 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-07-13T19:40:04,534 raise RequirementsConflicted(criterion) 2021-07-13T19:40:04,534 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('statmechglass==0.1.3') 2021-07-13T19:40:04,534 2021-07-13T19:40:04,534 During handling of the above exception, another exception occurred: 2021-07-13T19:40:04,534 2021-07-13T19:40:04,534 Traceback (most recent call last): 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-07-13T19:40:04,534 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-07-13T19:40:04,534 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-07-13T19:40:04,534 raise ResolutionImpossible(e.criterion.information) 2021-07-13T19:40:04,534 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('statmechglass==0.1.3'), parent=None)] 2021-07-13T19:40:04,534 2021-07-13T19:40:04,534 The above exception was the direct cause of the following exception: 2021-07-13T19:40:04,534 2021-07-13T19:40:04,534 Traceback (most recent call last): 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-07-13T19:40:04,534 status = self.run(options, args) 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-07-13T19:40:04,534 return func(self, options, args) 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-07-13T19:40:04,534 reqs, check_supported_wheels=True 2021-07-13T19:40:04,534 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T19:40:04,534 six.raise_from(error, e) 2021-07-13T19:40:04,534 File "", line 3, in raise_from 2021-07-13T19:40:04,534 pip._internal.exceptions.DistributionNotFound: No matching distribution found for statmechglass==0.1.3 2021-07-13T19:40:04,541 Removed build tracker: '/tmp/pip-req-tracker-a8srwjrp'