2021-07-13T01:25:41,719 Created temporary directory: /tmp/pip-ephem-wheel-cache-vjw1u4kc 2021-07-13T01:25:41,722 Created temporary directory: /tmp/pip-req-tracker-r4s1i7qt 2021-07-13T01:25:41,723 Initialized build tracking at /tmp/pip-req-tracker-r4s1i7qt 2021-07-13T01:25:41,723 Created build tracker: /tmp/pip-req-tracker-r4s1i7qt 2021-07-13T01:25:41,723 Entered build tracker: /tmp/pip-req-tracker-r4s1i7qt 2021-07-13T01:25:41,724 Created temporary directory: /tmp/pip-wheel-i7pulysi 2021-07-13T01:25:41,756 1 location(s) to search for versions of data-converter: 2021-07-13T01:25:41,756 * https://pypi.org/simple/data-converter/ 2021-07-13T01:25:41,757 Fetching project page and analyzing links: https://pypi.org/simple/data-converter/ 2021-07-13T01:25:41,757 Getting page https://pypi.org/simple/data-converter/ 2021-07-13T01:25:41,759 Found index url https://pypi.org/simple 2021-07-13T01:25:41,851 Found link https://files.pythonhosted.org/packages/fe/44/c3e6939cc2e6f0cf9962cb596e09098a042403a07d0d2dee39c7196d357a/data-converter-0.0.1.tar.gz#sha256=749894a77824115019786632df3048dd7a8d4ee0fd4e679a763d45fd893f6ae2 (from https://pypi.org/simple/data-converter/), version: 0.0.1 2021-07-13T01:25:41,852 Found link https://files.pythonhosted.org/packages/78/76/fada7424d6cbce709a73508a5f5766bc2e9272f25c55fa933fa155f2cf55/data-converter-0.0.5.tar.gz#sha256=c73944bb35944ec5c49398e9052925de98d086e4d28088527d174efae2d4364d (from https://pypi.org/simple/data-converter/), version: 0.0.5 2021-07-13T01:25:41,852 Skipping link: not a file: https://pypi.org/simple/data-converter/ 2021-07-13T01:25:41,870 Given no hashes to check 1 links for project 'data-converter': discarding no candidates 2021-07-13T01:25:41,889 Collecting data-converter==0.0.5 2021-07-13T01:25:41,891 Created temporary directory: /tmp/pip-unpack-cvyqh2p0 2021-07-13T01:25:42,071 Downloading data-converter-0.0.5.tar.gz (2.6 kB) 2021-07-13T01:25:42,098 Added data-converter==0.0.5 from https://files.pythonhosted.org/packages/78/76/fada7424d6cbce709a73508a5f5766bc2e9272f25c55fa933fa155f2cf55/data-converter-0.0.5.tar.gz#sha256=c73944bb35944ec5c49398e9052925de98d086e4d28088527d174efae2d4364d to build tracker '/tmp/pip-req-tracker-r4s1i7qt' 2021-07-13T01:25:42,099 Running setup.py (path:/tmp/pip-wheel-i7pulysi/data-converter_fd37759024b24e4f8e1f13440fbf5921/setup.py) egg_info for package data-converter 2021-07-13T01:25:42,100 Created temporary directory: /tmp/pip-pip-egg-info-starabq1 2021-07-13T01:25:42,100 Running command python setup.py egg_info 2021-07-13T01:25:43,026 /tmp/pip-wheel-i7pulysi/data-converter_fd37759024b24e4f8e1f13440fbf5921/setup.py:5: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()' or 'convert_text()'. 2021-07-13T01:25:43,027 long_description = pypandoc.convert('README.md', 'rst') 2021-07-13T01:25:43,027 Traceback (most recent call last): 2021-07-13T01:25:43,028 File "", line 1, in 2021-07-13T01:25:43,028 File "/tmp/pip-wheel-i7pulysi/data-converter_fd37759024b24e4f8e1f13440fbf5921/setup.py", line 5, in 2021-07-13T01:25:43,028 long_description = pypandoc.convert('README.md', 'rst') 2021-07-13T01:25:43,028 File "/usr/local/lib/python3.9/dist-packages/pypandoc/__init__.py", line 65, in convert 2021-07-13T01:25:43,028 raise RuntimeError("Format missing, but need one (identified source as text as no " 2021-07-13T01:25:43,029 RuntimeError: Format missing, but need one (identified source as text as no file with that name was found). 2021-07-13T01:25:43,082 WARNING: Discarding https://files.pythonhosted.org/packages/78/76/fada7424d6cbce709a73508a5f5766bc2e9272f25c55fa933fa155f2cf55/data-converter-0.0.5.tar.gz#sha256=c73944bb35944ec5c49398e9052925de98d086e4d28088527d174efae2d4364d (from https://pypi.org/simple/data-converter/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T01:25:43,084 ERROR: Could not find a version that satisfies the requirement data-converter==0.0.5 (from versions: 0.0.1, 0.0.5) 2021-07-13T01:25:43,084 ERROR: No matching distribution found for data-converter==0.0.5 2021-07-13T01:25:43,084 Exception information: 2021-07-13T01:25:43,084 Traceback (most recent call last): 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T01:25:43,084 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T01:25:43,084 raise RequirementsConflicted(criterion) 2021-07-13T01:25:43,084 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('data-converter==0.0.5') 2021-07-13T01:25:43,084 2021-07-13T01:25:43,084 During handling of the above exception, another exception occurred: 2021-07-13T01:25:43,084 2021-07-13T01:25:43,084 Traceback (most recent call last): 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T01:25:43,084 result = self._result = resolver.resolve( 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T01:25:43,084 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T01:25:43,084 raise ResolutionImpossible(e.criterion.information) 2021-07-13T01:25:43,084 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('data-converter==0.0.5'), parent=None)] 2021-07-13T01:25:43,084 2021-07-13T01:25:43,084 The above exception was the direct cause of the following exception: 2021-07-13T01:25:43,084 2021-07-13T01:25:43,084 Traceback (most recent call last): 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T01:25:43,084 status = self.run(options, args) 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T01:25:43,084 return func(self, options, args) 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T01:25:43,084 requirement_set = resolver.resolve( 2021-07-13T01:25:43,084 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T01:25:43,084 raise error from e 2021-07-13T01:25:43,084 pip._internal.exceptions.DistributionNotFound: No matching distribution found for data-converter==0.0.5 2021-07-13T01:25:43,090 Removed data-converter==0.0.5 from https://files.pythonhosted.org/packages/78/76/fada7424d6cbce709a73508a5f5766bc2e9272f25c55fa933fa155f2cf55/data-converter-0.0.5.tar.gz#sha256=c73944bb35944ec5c49398e9052925de98d086e4d28088527d174efae2d4364d from build tracker '/tmp/pip-req-tracker-r4s1i7qt' 2021-07-13T01:25:43,090 Removed build tracker: '/tmp/pip-req-tracker-r4s1i7qt'