2021-07-12T13:22:38,864 Created temporary directory: /tmp/pip-ephem-wheel-cache-q91nswf_ 2021-07-12T13:22:38,867 Created temporary directory: /tmp/pip-req-tracker-lvmavdga 2021-07-12T13:22:38,868 Initialized build tracking at /tmp/pip-req-tracker-lvmavdga 2021-07-12T13:22:38,868 Created build tracker: /tmp/pip-req-tracker-lvmavdga 2021-07-12T13:22:38,868 Entered build tracker: /tmp/pip-req-tracker-lvmavdga 2021-07-12T13:22:38,869 Created temporary directory: /tmp/pip-wheel-w_rr_mhn 2021-07-12T13:22:38,899 1 location(s) to search for versions of fast-dbscan: 2021-07-12T13:22:38,899 * https://pypi.org/simple/fast-dbscan/ 2021-07-12T13:22:38,900 Fetching project page and analyzing links: https://pypi.org/simple/fast-dbscan/ 2021-07-12T13:22:38,900 Getting page https://pypi.org/simple/fast-dbscan/ 2021-07-12T13:22:38,902 Found index url https://pypi.org/simple 2021-07-12T13:22:39,086 Found link https://files.pythonhosted.org/packages/df/d0/07e882a76977bb2508eb785c0e8789cc3b16705a2b7292a47e2bbd653509/fast_dbscan-0.0.1.tar.gz#sha256=f583be3b98827f8ad2731a5b6e3b96aa26b7a6b6162da97e32768be30d578a6f (from https://pypi.org/simple/fast-dbscan/), version: 0.0.1 2021-07-12T13:22:39,086 Found link https://files.pythonhosted.org/packages/f7/50/0596c84dc2ecd2a5073b65ddc3a37ebb972f4eb94a44564451222e6028f6/fast_dbscan-0.1.0.tar.gz#sha256=c2d19b5ec42b15213796bb688fbcfeb20854d63693ea7b007ab23d5a638d5cb3 (from https://pypi.org/simple/fast-dbscan/), version: 0.1.0 2021-07-12T13:22:39,087 Found link https://files.pythonhosted.org/packages/08/c0/230cd7aba5e85bdebbe516f72d10ada13d6e3c29256d7708ebccbbc206bf/fast_dbscan-0.1.1.tar.gz#sha256=4799492a7fb85dd387845830b1b38603cf870d2dc0a8283115fff22304d07273 (from https://pypi.org/simple/fast-dbscan/), version: 0.1.1 2021-07-12T13:22:39,087 Skipping link: not a file: https://pypi.org/simple/fast-dbscan/ 2021-07-12T13:22:39,105 Given no hashes to check 1 links for project 'fast-dbscan': discarding no candidates 2021-07-12T13:22:39,124 Collecting fast-dbscan==0.0.1 2021-07-12T13:22:39,126 Created temporary directory: /tmp/pip-unpack-euhk96a6 2021-07-12T13:22:39,341 Downloading fast_dbscan-0.0.1.tar.gz (6.2 kB) 2021-07-12T13:22:39,389 Added fast-dbscan==0.0.1 from https://files.pythonhosted.org/packages/df/d0/07e882a76977bb2508eb785c0e8789cc3b16705a2b7292a47e2bbd653509/fast_dbscan-0.0.1.tar.gz#sha256=f583be3b98827f8ad2731a5b6e3b96aa26b7a6b6162da97e32768be30d578a6f to build tracker '/tmp/pip-req-tracker-lvmavdga' 2021-07-12T13:22:39,391 Running setup.py (path:/tmp/pip-wheel-w_rr_mhn/fast-dbscan_61b07033c2a14141be3e67022ab4ca47/setup.py) egg_info for package fast-dbscan 2021-07-12T13:22:39,391 Created temporary directory: /tmp/pip-pip-egg-info-0r_m8zyu 2021-07-12T13:22:39,392 Running command python setup.py egg_info 2021-07-12T13:22:40,679 Traceback (most recent call last): 2021-07-12T13:22:40,680 File "", line 1, in 2021-07-12T13:22:40,680 File "/tmp/pip-wheel-w_rr_mhn/fast-dbscan_61b07033c2a14141be3e67022ab4ca47/setup.py", line 14, in 2021-07-12T13:22:40,680 long_description=open("README.md").read(), 2021-07-12T13:22:40,681 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-12T13:22:40,759 WARNING: Discarding https://files.pythonhosted.org/packages/df/d0/07e882a76977bb2508eb785c0e8789cc3b16705a2b7292a47e2bbd653509/fast_dbscan-0.0.1.tar.gz#sha256=f583be3b98827f8ad2731a5b6e3b96aa26b7a6b6162da97e32768be30d578a6f (from https://pypi.org/simple/fast-dbscan/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T13:22:40,761 ERROR: Could not find a version that satisfies the requirement fast-dbscan==0.0.1 (from versions: 0.0.1, 0.1.0, 0.1.1) 2021-07-12T13:22:40,761 ERROR: No matching distribution found for fast-dbscan==0.0.1 2021-07-12T13:22:40,761 Exception information: 2021-07-12T13:22:40,761 Traceback (most recent call last): 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T13:22:40,761 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T13:22:40,761 raise RequirementsConflicted(criterion) 2021-07-12T13:22:40,761 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('fast-dbscan==0.0.1') 2021-07-12T13:22:40,761 2021-07-12T13:22:40,761 During handling of the above exception, another exception occurred: 2021-07-12T13:22:40,761 2021-07-12T13:22:40,761 Traceback (most recent call last): 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T13:22:40,761 result = self._result = resolver.resolve( 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T13:22:40,761 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T13:22:40,761 raise ResolutionImpossible(e.criterion.information) 2021-07-12T13:22:40,761 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('fast-dbscan==0.0.1'), parent=None)] 2021-07-12T13:22:40,761 2021-07-12T13:22:40,761 The above exception was the direct cause of the following exception: 2021-07-12T13:22:40,761 2021-07-12T13:22:40,761 Traceback (most recent call last): 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T13:22:40,761 status = self.run(options, args) 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T13:22:40,761 return func(self, options, args) 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T13:22:40,761 requirement_set = resolver.resolve( 2021-07-12T13:22:40,761 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T13:22:40,761 raise error from e 2021-07-12T13:22:40,761 pip._internal.exceptions.DistributionNotFound: No matching distribution found for fast-dbscan==0.0.1 2021-07-12T13:22:40,767 Removed fast-dbscan==0.0.1 from https://files.pythonhosted.org/packages/df/d0/07e882a76977bb2508eb785c0e8789cc3b16705a2b7292a47e2bbd653509/fast_dbscan-0.0.1.tar.gz#sha256=f583be3b98827f8ad2731a5b6e3b96aa26b7a6b6162da97e32768be30d578a6f from build tracker '/tmp/pip-req-tracker-lvmavdga' 2021-07-12T13:22:40,767 Removed build tracker: '/tmp/pip-req-tracker-lvmavdga'