2021-11-07T02:00:05,352 Created temporary directory: /tmp/pip-ephem-wheel-cache-hp4c1hu5 2021-11-07T02:00:05,355 Created temporary directory: /tmp/pip-req-tracker-z49bvozi 2021-11-07T02:00:05,356 Initialized build tracking at /tmp/pip-req-tracker-z49bvozi 2021-11-07T02:00:05,356 Created build tracker: /tmp/pip-req-tracker-z49bvozi 2021-11-07T02:00:05,357 Entered build tracker: /tmp/pip-req-tracker-z49bvozi 2021-11-07T02:00:05,357 Created temporary directory: /tmp/pip-wheel-39luonrt 2021-11-07T02:00:05,393 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-11-07T02:00:05,395 2 location(s) to search for versions of python-arduino: 2021-11-07T02:00:05,395 * https://pypi.org/simple/python-arduino/ 2021-11-07T02:00:05,395 * https://www.piwheels.org/simple/python-arduino/ 2021-11-07T02:00:05,396 Fetching project page and analyzing links: https://pypi.org/simple/python-arduino/ 2021-11-07T02:00:05,396 Getting page https://pypi.org/simple/python-arduino/ 2021-11-07T02:00:05,398 Found index url https://pypi.org/simple 2021-11-07T02:00:05,491 Found link https://files.pythonhosted.org/packages/02/44/4025adb8b435499ce38a2c01f194ae7c635b6b9104019c259400e68a343b/python-arduino-0.0.1.tar.gz#sha256=e44a4d5e50db627e0d341977a6b2fdb446944836dbe591862b8ef23844039b1c (from https://pypi.org/simple/python-arduino/), version: 0.0.1 2021-11-07T02:00:05,492 Skipping link: No binaries permitted for python-arduino: https://files.pythonhosted.org/packages/99/a6/80c04dd7f65d392a773c7212c3481330954c5f72b38071f6d27a390c6622/python_arduino-0.0.1-py3-none-any.whl#sha256=763b54350e22da56f1eaec0456c30f19c8992c0e9e73ea82ddc58fa400e11e65 (from https://pypi.org/simple/python-arduino/) 2021-11-07T02:00:05,492 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-arduino/ 2021-11-07T02:00:05,493 Getting page https://www.piwheels.org/simple/python-arduino/ 2021-11-07T02:00:05,494 Found index url https://www.piwheels.org/simple 2021-11-07T02:00:05,713 Skipping link: not a file: https://www.piwheels.org/simple/python-arduino/ 2021-11-07T02:00:05,713 Skipping link: not a file: https://pypi.org/simple/python-arduino/ 2021-11-07T02:00:05,727 Given no hashes to check 1 links for project 'python-arduino': discarding no candidates 2021-11-07T02:00:05,742 Collecting python-arduino==0.0.1 2021-11-07T02:00:05,744 Created temporary directory: /tmp/pip-unpack-fujtkht4 2021-11-07T02:00:05,787 Downloading python-arduino-0.0.1.tar.gz (1.7 kB) 2021-11-07T02:00:05,816 Added python-arduino==0.0.1 from https://files.pythonhosted.org/packages/02/44/4025adb8b435499ce38a2c01f194ae7c635b6b9104019c259400e68a343b/python-arduino-0.0.1.tar.gz#sha256=e44a4d5e50db627e0d341977a6b2fdb446944836dbe591862b8ef23844039b1c to build tracker '/tmp/pip-req-tracker-z49bvozi' 2021-11-07T02:00:05,817 Running setup.py (path:/tmp/pip-wheel-39luonrt/python-arduino_94a64d6693e84b1d91b6194376057a9b/setup.py) egg_info for package python-arduino 2021-11-07T02:00:05,818 Created temporary directory: /tmp/pip-pip-egg-info-dd534kus 2021-11-07T02:00:05,818 Running command python setup.py egg_info 2021-11-07T02:00:06,636 Traceback (most recent call last): 2021-11-07T02:00:06,637 File "", line 1, in 2021-11-07T02:00:06,637 File "/tmp/pip-wheel-39luonrt/python-arduino_94a64d6693e84b1d91b6194376057a9b/setup.py", line 7, in 2021-11-07T02:00:06,637 with open("requirements.txt", "r") as file: 2021-11-07T02:00:06,638 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-11-07T02:00:06,687 WARNING: Discarding https://files.pythonhosted.org/packages/02/44/4025adb8b435499ce38a2c01f194ae7c635b6b9104019c259400e68a343b/python-arduino-0.0.1.tar.gz#sha256=e44a4d5e50db627e0d341977a6b2fdb446944836dbe591862b8ef23844039b1c (from https://pypi.org/simple/python-arduino/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-11-07T02:00:06,689 ERROR: Could not find a version that satisfies the requirement python-arduino==0.0.1 (from versions: 0.0.1) 2021-11-07T02:00:06,689 ERROR: No matching distribution found for python-arduino==0.0.1 2021-11-07T02:00:06,689 Exception information: 2021-11-07T02:00:06,689 Traceback (most recent call last): 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-11-07T02:00:06,689 name, crit = self._merge_into_criterion(r, parent=None) 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-11-07T02:00:06,689 raise RequirementsConflicted(criterion) 2021-11-07T02:00:06,689 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-arduino==0.0.1') 2021-11-07T02:00:06,689 2021-11-07T02:00:06,689 During handling of the above exception, another exception occurred: 2021-11-07T02:00:06,689 2021-11-07T02:00:06,689 Traceback (most recent call last): 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-11-07T02:00:06,689 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-11-07T02:00:06,689 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-11-07T02:00:06,689 raise ResolutionImpossible(e.criterion.information) 2021-11-07T02:00:06,689 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-arduino==0.0.1'), parent=None)] 2021-11-07T02:00:06,689 2021-11-07T02:00:06,689 The above exception was the direct cause of the following exception: 2021-11-07T02:00:06,689 2021-11-07T02:00:06,689 Traceback (most recent call last): 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-11-07T02:00:06,689 status = self.run(options, args) 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-11-07T02:00:06,689 return func(self, options, args) 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-11-07T02:00:06,689 reqs, check_supported_wheels=True 2021-11-07T02:00:06,689 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-11-07T02:00:06,689 raise error from e 2021-11-07T02:00:06,689 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-arduino==0.0.1 2021-11-07T02:00:06,695 Removed python-arduino==0.0.1 from https://files.pythonhosted.org/packages/02/44/4025adb8b435499ce38a2c01f194ae7c635b6b9104019c259400e68a343b/python-arduino-0.0.1.tar.gz#sha256=e44a4d5e50db627e0d341977a6b2fdb446944836dbe591862b8ef23844039b1c from build tracker '/tmp/pip-req-tracker-z49bvozi' 2021-11-07T02:00:06,695 Removed build tracker: '/tmp/pip-req-tracker-z49bvozi'