2021-07-10T09:04:09,304 Created temporary directory: /tmp/pip-ephem-wheel-cache-f3ek0_k3 2021-07-10T09:04:09,310 Created temporary directory: /tmp/pip-req-tracker-jqj22drg 2021-07-10T09:04:09,311 Initialized build tracking at /tmp/pip-req-tracker-jqj22drg 2021-07-10T09:04:09,311 Created build tracker: /tmp/pip-req-tracker-jqj22drg 2021-07-10T09:04:09,311 Entered build tracker: /tmp/pip-req-tracker-jqj22drg 2021-07-10T09:04:09,313 Created temporary directory: /tmp/pip-wheel-yntg154x 2021-07-10T09:04:09,371 1 location(s) to search for versions of pylmflib: 2021-07-10T09:04:09,371 * https://pypi.org/simple/pylmflib/ 2021-07-10T09:04:09,371 Fetching project page and analyzing links: https://pypi.org/simple/pylmflib/ 2021-07-10T09:04:09,372 Getting page https://pypi.org/simple/pylmflib/ 2021-07-10T09:04:09,374 Found index url https://pypi.org/simple 2021-07-10T09:04:09,553 Found link https://files.pythonhosted.org/packages/d2/81/5fe25adc3767538611088b2e84b611fc9a2e8e5a481e72dbfb565f1c76d2/pylmflib-1.0.tar.gz#sha256=8570df4a4357a979aff20197911590aea17388e66e80861781570f09ebf1054f (from https://pypi.org/simple/pylmflib/), version: 1.0 2021-07-10T09:04:09,554 Skipping link: not a file: https://pypi.org/simple/pylmflib/ 2021-07-10T09:04:09,571 Given no hashes to check 1 links for project 'pylmflib': discarding no candidates 2021-07-10T09:04:09,590 Collecting pylmflib==1.0 2021-07-10T09:04:09,592 Created temporary directory: /tmp/pip-unpack-x0_vqtln 2021-07-10T09:04:10,877 Downloading pylmflib-1.0.tar.gz (4.0 MB) 2021-07-10T09:04:13,656 Added pylmflib==1.0 from https://files.pythonhosted.org/packages/d2/81/5fe25adc3767538611088b2e84b611fc9a2e8e5a481e72dbfb565f1c76d2/pylmflib-1.0.tar.gz#sha256=8570df4a4357a979aff20197911590aea17388e66e80861781570f09ebf1054f to build tracker '/tmp/pip-req-tracker-jqj22drg' 2021-07-10T09:04:13,658 Running setup.py (path:/tmp/pip-wheel-yntg154x/pylmflib_0b909250680f462d9ddaa75f3a9318e3/setup.py) egg_info for package pylmflib 2021-07-10T09:04:13,658 Created temporary directory: /tmp/pip-pip-egg-info-ds4elwqi 2021-07-10T09:04:13,659 Running command python setup.py egg_info 2021-07-10T09:04:14,297 Traceback (most recent call last): 2021-07-10T09:04:14,298 File "", line 1, in 2021-07-10T09:04:14,298 File "/tmp/pip-wheel-yntg154x/pylmflib_0b909250680f462d9ddaa75f3a9318e3/setup.py", line 5, in 2021-07-10T09:04:14,298 import pylmflib 2021-07-10T09:04:14,298 File "/tmp/pip-wheel-yntg154x/pylmflib_0b909250680f462d9ddaa75f3a9318e3/pylmflib/__init__.py", line 16, in 2021-07-10T09:04:14,299 from wrapper import * 2021-07-10T09:04:14,299 ModuleNotFoundError: No module named 'wrapper' 2021-07-10T09:04:14,346 WARNING: Discarding https://files.pythonhosted.org/packages/d2/81/5fe25adc3767538611088b2e84b611fc9a2e8e5a481e72dbfb565f1c76d2/pylmflib-1.0.tar.gz#sha256=8570df4a4357a979aff20197911590aea17388e66e80861781570f09ebf1054f (from https://pypi.org/simple/pylmflib/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T09:04:14,348 ERROR: Could not find a version that satisfies the requirement pylmflib==1.0 (from versions: 1.0) 2021-07-10T09:04:14,348 ERROR: No matching distribution found for pylmflib==1.0 2021-07-10T09:04:14,348 Exception information: 2021-07-10T09:04:14,348 Traceback (most recent call last): 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T09:04:14,348 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T09:04:14,348 raise RequirementsConflicted(criterion) 2021-07-10T09:04:14,348 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pylmflib==1.0') 2021-07-10T09:04:14,348 2021-07-10T09:04:14,348 During handling of the above exception, another exception occurred: 2021-07-10T09:04:14,348 2021-07-10T09:04:14,348 Traceback (most recent call last): 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T09:04:14,348 result = self._result = resolver.resolve( 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T09:04:14,348 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T09:04:14,348 raise ResolutionImpossible(e.criterion.information) 2021-07-10T09:04:14,348 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pylmflib==1.0'), parent=None)] 2021-07-10T09:04:14,348 2021-07-10T09:04:14,348 The above exception was the direct cause of the following exception: 2021-07-10T09:04:14,348 2021-07-10T09:04:14,348 Traceback (most recent call last): 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T09:04:14,348 status = self.run(options, args) 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T09:04:14,348 return func(self, options, args) 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T09:04:14,348 requirement_set = resolver.resolve( 2021-07-10T09:04:14,348 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T09:04:14,348 raise error from e 2021-07-10T09:04:14,348 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pylmflib==1.0 2021-07-10T09:04:14,353 Removed pylmflib==1.0 from https://files.pythonhosted.org/packages/d2/81/5fe25adc3767538611088b2e84b611fc9a2e8e5a481e72dbfb565f1c76d2/pylmflib-1.0.tar.gz#sha256=8570df4a4357a979aff20197911590aea17388e66e80861781570f09ebf1054f from build tracker '/tmp/pip-req-tracker-jqj22drg' 2021-07-10T09:04:14,354 Removed build tracker: '/tmp/pip-req-tracker-jqj22drg'