2021-07-16T10:36:53,257 Created temporary directory: /tmp/pip-ephem-wheel-cache-hilqgzox 2021-07-16T10:36:53,261 Created temporary directory: /tmp/pip-req-tracker-td0l86gb 2021-07-16T10:36:53,261 Initialized build tracking at /tmp/pip-req-tracker-td0l86gb 2021-07-16T10:36:53,261 Created build tracker: /tmp/pip-req-tracker-td0l86gb 2021-07-16T10:36:53,261 Entered build tracker: /tmp/pip-req-tracker-td0l86gb 2021-07-16T10:36:53,262 Created temporary directory: /tmp/pip-wheel-lquyldd_ 2021-07-16T10:36:53,292 1 location(s) to search for versions of gabriel-udacity-distributions: 2021-07-16T10:36:53,292 * https://pypi.org/simple/gabriel-udacity-distributions/ 2021-07-16T10:36:53,292 Fetching project page and analyzing links: https://pypi.org/simple/gabriel-udacity-distributions/ 2021-07-16T10:36:53,293 Getting page https://pypi.org/simple/gabriel-udacity-distributions/ 2021-07-16T10:36:53,295 Found index url https://pypi.org/simple 2021-07-16T10:36:53,470 Found link https://files.pythonhosted.org/packages/8b/df/3c48884e2c00b52a21ecf6ca7649daab9a307735a953ea6045ad4631132d/gabriel_udacity_distributions-0.9.tar.gz#sha256=6132d817ab0d568b730b7ced3c7c4266953217841fc8484e1f3164b7eb956a56 (from https://pypi.org/simple/gabriel-udacity-distributions/), version: 0.9 2021-07-16T10:36:53,471 Found link https://files.pythonhosted.org/packages/37/4d/d6388441d1318264bc51e97c12cfbd2f149aa8cfd62fdbba526058dcd5bd/gabriel_udacity_distributions-0.91.tar.gz#sha256=385462a4154201c4ee7d3c15310a10d2ac52e40b4f6e669d5e50bc709932e455 (from https://pypi.org/simple/gabriel-udacity-distributions/), version: 0.91 2021-07-16T10:36:53,471 Found link https://files.pythonhosted.org/packages/a8/7a/375dc312f92cbc41db0f73490ca7c85c25e8d09e04e3a1ac49addc9ed273/gabriel_udacity_distributions-0.92.tar.gz#sha256=ed74148cdbb4cf70d5354a453cfa92ca103114081a3d0d9cd1c4c5c70240ff2b (from https://pypi.org/simple/gabriel-udacity-distributions/), version: 0.92 2021-07-16T10:36:53,471 Skipping link: not a file: https://pypi.org/simple/gabriel-udacity-distributions/ 2021-07-16T10:36:53,489 Given no hashes to check 1 links for project 'gabriel-udacity-distributions': discarding no candidates 2021-07-16T10:36:53,508 Collecting gabriel-udacity-distributions==0.91 2021-07-16T10:36:53,510 Created temporary directory: /tmp/pip-unpack-48tz9o3i 2021-07-16T10:36:53,684 Downloading gabriel_udacity_distributions-0.91.tar.gz (3.5 kB) 2021-07-16T10:36:53,725 Added gabriel-udacity-distributions==0.91 from https://files.pythonhosted.org/packages/37/4d/d6388441d1318264bc51e97c12cfbd2f149aa8cfd62fdbba526058dcd5bd/gabriel_udacity_distributions-0.91.tar.gz#sha256=385462a4154201c4ee7d3c15310a10d2ac52e40b4f6e669d5e50bc709932e455 to build tracker '/tmp/pip-req-tracker-td0l86gb' 2021-07-16T10:36:53,726 Running setup.py (path:/tmp/pip-wheel-lquyldd_/gabriel-udacity-distributions_e939695d2e44474081e390b0a8178e2d/setup.py) egg_info for package gabriel-udacity-distributions 2021-07-16T10:36:53,727 Created temporary directory: /tmp/pip-pip-egg-info-p1xjyd9f 2021-07-16T10:36:53,727 Running command python setup.py egg_info 2021-07-16T10:36:55,025 Traceback (most recent call last): 2021-07-16T10:36:55,025 File "", line 1, in 2021-07-16T10:36:55,026 File "/tmp/pip-wheel-lquyldd_/gabriel-udacity-distributions_e939695d2e44474081e390b0a8178e2d/setup.py", line 3, in 2021-07-16T10:36:55,026 with open('gabriel_udacity_distributions/README.md', encoding='utf-8') as f: 2021-07-16T10:36:55,026 FileNotFoundError: [Errno 2] No such file or directory: 'gabriel_udacity_distributions/README.md' 2021-07-16T10:36:55,077 WARNING: Discarding https://files.pythonhosted.org/packages/37/4d/d6388441d1318264bc51e97c12cfbd2f149aa8cfd62fdbba526058dcd5bd/gabriel_udacity_distributions-0.91.tar.gz#sha256=385462a4154201c4ee7d3c15310a10d2ac52e40b4f6e669d5e50bc709932e455 (from https://pypi.org/simple/gabriel-udacity-distributions/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-16T10:36:55,079 ERROR: Could not find a version that satisfies the requirement gabriel-udacity-distributions==0.91 (from versions: 0.9, 0.91, 0.92) 2021-07-16T10:36:55,079 ERROR: No matching distribution found for gabriel-udacity-distributions==0.91 2021-07-16T10:36:55,080 Exception information: 2021-07-16T10:36:55,080 Traceback (most recent call last): 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-16T10:36:55,080 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-16T10:36:55,080 raise RequirementsConflicted(criterion) 2021-07-16T10:36:55,080 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('gabriel-udacity-distributions==0.91') 2021-07-16T10:36:55,080 2021-07-16T10:36:55,080 During handling of the above exception, another exception occurred: 2021-07-16T10:36:55,080 2021-07-16T10:36:55,080 Traceback (most recent call last): 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-16T10:36:55,080 result = self._result = resolver.resolve( 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-16T10:36:55,080 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-16T10:36:55,080 raise ResolutionImpossible(e.criterion.information) 2021-07-16T10:36:55,080 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('gabriel-udacity-distributions==0.91'), parent=None)] 2021-07-16T10:36:55,080 2021-07-16T10:36:55,080 The above exception was the direct cause of the following exception: 2021-07-16T10:36:55,080 2021-07-16T10:36:55,080 Traceback (most recent call last): 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-16T10:36:55,080 status = self.run(options, args) 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-16T10:36:55,080 return func(self, options, args) 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-16T10:36:55,080 requirement_set = resolver.resolve( 2021-07-16T10:36:55,080 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-16T10:36:55,080 raise error from e 2021-07-16T10:36:55,080 pip._internal.exceptions.DistributionNotFound: No matching distribution found for gabriel-udacity-distributions==0.91 2021-07-16T10:36:55,084 Removed gabriel-udacity-distributions==0.91 from https://files.pythonhosted.org/packages/37/4d/d6388441d1318264bc51e97c12cfbd2f149aa8cfd62fdbba526058dcd5bd/gabriel_udacity_distributions-0.91.tar.gz#sha256=385462a4154201c4ee7d3c15310a10d2ac52e40b4f6e669d5e50bc709932e455 from build tracker '/tmp/pip-req-tracker-td0l86gb' 2021-07-16T10:36:55,085 Removed build tracker: '/tmp/pip-req-tracker-td0l86gb'