2021-07-13T02:04:56,139 Created temporary directory: /tmp/pip-ephem-wheel-cache-8a5j9mxe 2021-07-13T02:04:56,142 Created temporary directory: /tmp/pip-req-tracker-ablj6q69 2021-07-13T02:04:56,142 Initialized build tracking at /tmp/pip-req-tracker-ablj6q69 2021-07-13T02:04:56,143 Created build tracker: /tmp/pip-req-tracker-ablj6q69 2021-07-13T02:04:56,143 Entered build tracker: /tmp/pip-req-tracker-ablj6q69 2021-07-13T02:04:56,143 Created temporary directory: /tmp/pip-wheel-0vx1ij32 2021-07-13T02:04:56,174 1 location(s) to search for versions of agilecrm-python: 2021-07-13T02:04:56,174 * https://pypi.org/simple/agilecrm-python/ 2021-07-13T02:04:56,174 Fetching project page and analyzing links: https://pypi.org/simple/agilecrm-python/ 2021-07-13T02:04:56,175 Getting page https://pypi.org/simple/agilecrm-python/ 2021-07-13T02:04:56,176 Found index url https://pypi.org/simple 2021-07-13T02:04:56,361 Found link https://files.pythonhosted.org/packages/13/07/a4fdfd74bd12a8e44803476ffb9e6187df5a001bbcecae9d036f0c850413/agilecrm-python-0.1.tar.gz#sha256=493d986e9a97c6b7de96ad0857e0b3f445e5ffd52ab4983fba08d6d81585e6f3 (from https://pypi.org/simple/agilecrm-python/), version: 0.1 2021-07-13T02:04:56,362 Found link https://files.pythonhosted.org/packages/d5/ad/26430b88f5110a78b3ede454d4cbe520422194e9a83707de2336ffe5feae/agilecrm-python-0.1.1.tar.gz#sha256=ce76a8dd5ee7d1a6e761cf6e1a3c39c13fb4f1cbf807ffc0e76c4427af4d881a (from https://pypi.org/simple/agilecrm-python/), version: 0.1.1 2021-07-13T02:04:56,362 Skipping link: not a file: https://pypi.org/simple/agilecrm-python/ 2021-07-13T02:04:56,379 Given no hashes to check 1 links for project 'agilecrm-python': discarding no candidates 2021-07-13T02:04:56,399 Collecting agilecrm-python==0.1 2021-07-13T02:04:56,400 Created temporary directory: /tmp/pip-unpack-tl2nyutv 2021-07-13T02:04:56,440 Downloading agilecrm-python-0.1.tar.gz (4.8 kB) 2021-07-13T02:04:56,475 Added agilecrm-python==0.1 from https://files.pythonhosted.org/packages/13/07/a4fdfd74bd12a8e44803476ffb9e6187df5a001bbcecae9d036f0c850413/agilecrm-python-0.1.tar.gz#sha256=493d986e9a97c6b7de96ad0857e0b3f445e5ffd52ab4983fba08d6d81585e6f3 to build tracker '/tmp/pip-req-tracker-ablj6q69' 2021-07-13T02:04:56,476 Running setup.py (path:/tmp/pip-wheel-0vx1ij32/agilecrm-python_c775c0c1a9a64bf996f702e12900de7c/setup.py) egg_info for package agilecrm-python 2021-07-13T02:04:56,477 Created temporary directory: /tmp/pip-pip-egg-info-k5kvg1r7 2021-07-13T02:04:56,478 Running command python setup.py egg_info 2021-07-13T02:04:57,448 Traceback (most recent call last): 2021-07-13T02:04:57,449 File "", line 1, in 2021-07-13T02:04:57,450 File "/tmp/pip-wheel-0vx1ij32/agilecrm-python_c775c0c1a9a64bf996f702e12900de7c/setup.py", line 12, in 2021-07-13T02:04:57,450 long_description=read('README.md'), 2021-07-13T02:04:57,450 File "/tmp/pip-wheel-0vx1ij32/agilecrm-python_c775c0c1a9a64bf996f702e12900de7c/setup.py", line 6, in read 2021-07-13T02:04:57,450 return open(os.path.join(os.path.dirname(__file__), fname)).read() 2021-07-13T02:04:57,451 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-0vx1ij32/agilecrm-python_c775c0c1a9a64bf996f702e12900de7c/README.md' 2021-07-13T02:04:57,499 WARNING: Discarding https://files.pythonhosted.org/packages/13/07/a4fdfd74bd12a8e44803476ffb9e6187df5a001bbcecae9d036f0c850413/agilecrm-python-0.1.tar.gz#sha256=493d986e9a97c6b7de96ad0857e0b3f445e5ffd52ab4983fba08d6d81585e6f3 (from https://pypi.org/simple/agilecrm-python/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-13T02:04:57,501 ERROR: Could not find a version that satisfies the requirement agilecrm-python==0.1 (from versions: 0.1, 0.1.1) 2021-07-13T02:04:57,501 ERROR: No matching distribution found for agilecrm-python==0.1 2021-07-13T02:04:57,501 Exception information: 2021-07-13T02:04:57,501 Traceback (most recent call last): 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-13T02:04:57,501 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-13T02:04:57,501 raise RequirementsConflicted(criterion) 2021-07-13T02:04:57,501 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('agilecrm-python==0.1') 2021-07-13T02:04:57,501 2021-07-13T02:04:57,501 During handling of the above exception, another exception occurred: 2021-07-13T02:04:57,501 2021-07-13T02:04:57,501 Traceback (most recent call last): 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-13T02:04:57,501 result = self._result = resolver.resolve( 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-13T02:04:57,501 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-13T02:04:57,501 raise ResolutionImpossible(e.criterion.information) 2021-07-13T02:04:57,501 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('agilecrm-python==0.1'), parent=None)] 2021-07-13T02:04:57,501 2021-07-13T02:04:57,501 The above exception was the direct cause of the following exception: 2021-07-13T02:04:57,501 2021-07-13T02:04:57,501 Traceback (most recent call last): 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-13T02:04:57,501 status = self.run(options, args) 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-13T02:04:57,501 return func(self, options, args) 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-13T02:04:57,501 requirement_set = resolver.resolve( 2021-07-13T02:04:57,501 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-13T02:04:57,501 raise error from e 2021-07-13T02:04:57,501 pip._internal.exceptions.DistributionNotFound: No matching distribution found for agilecrm-python==0.1 2021-07-13T02:04:57,507 Removed agilecrm-python==0.1 from https://files.pythonhosted.org/packages/13/07/a4fdfd74bd12a8e44803476ffb9e6187df5a001bbcecae9d036f0c850413/agilecrm-python-0.1.tar.gz#sha256=493d986e9a97c6b7de96ad0857e0b3f445e5ffd52ab4983fba08d6d81585e6f3 from build tracker '/tmp/pip-req-tracker-ablj6q69' 2021-07-13T02:04:57,507 Removed build tracker: '/tmp/pip-req-tracker-ablj6q69'