2021-07-10T05:16:15,697 Created temporary directory: /tmp/pip-ephem-wheel-cache-zdtdc2k4 2021-07-10T05:16:15,699 Created temporary directory: /tmp/pip-req-tracker-tgefra8j 2021-07-10T05:16:15,700 Initialized build tracking at /tmp/pip-req-tracker-tgefra8j 2021-07-10T05:16:15,700 Created build tracker: /tmp/pip-req-tracker-tgefra8j 2021-07-10T05:16:15,700 Entered build tracker: /tmp/pip-req-tracker-tgefra8j 2021-07-10T05:16:15,701 Created temporary directory: /tmp/pip-wheel-m1qynd27 2021-07-10T05:16:15,733 1 location(s) to search for versions of micropython-threading: 2021-07-10T05:16:15,733 * https://pypi.org/simple/micropython-threading/ 2021-07-10T05:16:15,734 Fetching project page and analyzing links: https://pypi.org/simple/micropython-threading/ 2021-07-10T05:16:15,734 Getting page https://pypi.org/simple/micropython-threading/ 2021-07-10T05:16:15,735 Found index url https://pypi.org/simple 2021-07-10T05:16:16,024 Found link https://files.pythonhosted.org/packages/e5/ed/0759b78c458483bfd0df9a2d810db6da100955f511aec3b7a5d9604cfecf/micropython-threading-0.0.0.tar.gz#sha256=9eff2c08de47b9b2d9e4675b2eafdab715f3879e09eeae157b22e2eafb1bfa88 (from https://pypi.org/simple/micropython-threading/), version: 0.0.0 2021-07-10T05:16:16,024 Found link https://files.pythonhosted.org/packages/cf/99/b4cd142d5c81c746475844b9f47e479c13a39842016ceea3eb63b71c2be9/micropython-threading-0.0.1.tar.gz#sha256=c12d1eb5b06500164755d3fb44abbe28ab8ba23a6ecabb4f584390667a9de8c7 (from https://pypi.org/simple/micropython-threading/), version: 0.0.1 2021-07-10T05:16:16,025 Found link https://files.pythonhosted.org/packages/eb/97/84bd582a61b5f3deebceb4cf3d2ff869101ad8c20c845118679d938d1b37/micropython-threading-0.1.tar.gz#sha256=3d29f6c194319adfdeae89cd047c934c3ca16711d5ab22ca0b17c298f0295b8b (from https://pypi.org/simple/micropython-threading/), version: 0.1 2021-07-10T05:16:16,025 Skipping link: not a file: https://pypi.org/simple/micropython-threading/ 2021-07-10T05:16:16,043 Given no hashes to check 1 links for project 'micropython-threading': discarding no candidates 2021-07-10T05:16:16,061 Collecting micropython-threading==0.0.0 2021-07-10T05:16:16,063 Created temporary directory: /tmp/pip-unpack-h7elkvth 2021-07-10T05:16:16,233 Downloading micropython-threading-0.0.0.tar.gz (1.2 kB) 2021-07-10T05:16:16,264 Added micropython-threading==0.0.0 from https://files.pythonhosted.org/packages/e5/ed/0759b78c458483bfd0df9a2d810db6da100955f511aec3b7a5d9604cfecf/micropython-threading-0.0.0.tar.gz#sha256=9eff2c08de47b9b2d9e4675b2eafdab715f3879e09eeae157b22e2eafb1bfa88 to build tracker '/tmp/pip-req-tracker-tgefra8j' 2021-07-10T05:16:16,265 Running setup.py (path:/tmp/pip-wheel-m1qynd27/micropython-threading_a44531556a864c51b157c4c6eecdf09b/setup.py) egg_info for package micropython-threading 2021-07-10T05:16:16,265 Created temporary directory: /tmp/pip-pip-egg-info-9hzf9lml 2021-07-10T05:16:16,266 Running command python setup.py egg_info 2021-07-10T05:16:16,861 Traceback (most recent call last): 2021-07-10T05:16:16,861 File "", line 1, in 2021-07-10T05:16:16,862 File "/usr/local/lib/python3.9/dist-packages/setuptools/__init__.py", line 18, in 2021-07-10T05:16:16,862 from setuptools.dist import Distribution 2021-07-10T05:16:16,862 File "/usr/local/lib/python3.9/dist-packages/setuptools/dist.py", line 32, in 2021-07-10T05:16:16,862 from setuptools.extern.more_itertools import unique_everseen 2021-07-10T05:16:16,863 File "", line 1007, in _find_and_load 2021-07-10T05:16:16,863 File "", line 986, in _find_and_load_unlocked 2021-07-10T05:16:16,863 File "", line 666, in _load_unlocked 2021-07-10T05:16:16,863 File "", line 565, in module_from_spec 2021-07-10T05:16:16,863 File "/usr/local/lib/python3.9/dist-packages/setuptools/extern/__init__.py", line 52, in create_module 2021-07-10T05:16:16,875 return self.load_module(spec.name) 2021-07-10T05:16:16,876 File "/usr/local/lib/python3.9/dist-packages/setuptools/extern/__init__.py", line 37, in load_module 2021-07-10T05:16:16,876 __import__(extant) 2021-07-10T05:16:16,876 File "/usr/local/lib/python3.9/dist-packages/setuptools/_vendor/more_itertools/__init__.py", line 1, in 2021-07-10T05:16:16,885 from .more import * # noqa 2021-07-10T05:16:16,885 File "/usr/local/lib/python3.9/dist-packages/setuptools/_vendor/more_itertools/more.py", line 5, in 2021-07-10T05:16:16,887 from concurrent.futures import ThreadPoolExecutor 2021-07-10T05:16:16,887 File "/usr/lib/python3.9/concurrent/futures/__init__.py", line 8, in 2021-07-10T05:16:16,895 from concurrent.futures._base import (FIRST_COMPLETED, 2021-07-10T05:16:16,896 File "/usr/lib/python3.9/concurrent/futures/_base.py", line 7, in 2021-07-10T05:16:16,903 import logging 2021-07-10T05:16:16,904 File "/usr/lib/python3.9/logging/__init__.py", line 212, in 2021-07-10T05:16:16,908 _lock = threading.RLock() 2021-07-10T05:16:16,908 AttributeError: module 'threading' has no attribute 'RLock' 2021-07-10T05:16:16,909 Exception ignored in: 2021-07-10T05:16:16,909 AttributeError: module 'threading' has no attribute '_shutdown' 2021-07-10T05:16:16,956 WARNING: Discarding https://files.pythonhosted.org/packages/e5/ed/0759b78c458483bfd0df9a2d810db6da100955f511aec3b7a5d9604cfecf/micropython-threading-0.0.0.tar.gz#sha256=9eff2c08de47b9b2d9e4675b2eafdab715f3879e09eeae157b22e2eafb1bfa88 (from https://pypi.org/simple/micropython-threading/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T05:16:16,957 ERROR: Could not find a version that satisfies the requirement micropython-threading==0.0.0 (from versions: 0.0.0, 0.0.1, 0.1) 2021-07-10T05:16:16,958 ERROR: No matching distribution found for micropython-threading==0.0.0 2021-07-10T05:16:16,958 Exception information: 2021-07-10T05:16:16,958 Traceback (most recent call last): 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T05:16:16,958 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T05:16:16,958 raise RequirementsConflicted(criterion) 2021-07-10T05:16:16,958 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('micropython-threading==0.0.0') 2021-07-10T05:16:16,958 2021-07-10T05:16:16,958 During handling of the above exception, another exception occurred: 2021-07-10T05:16:16,958 2021-07-10T05:16:16,958 Traceback (most recent call last): 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T05:16:16,958 result = self._result = resolver.resolve( 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T05:16:16,958 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T05:16:16,958 raise ResolutionImpossible(e.criterion.information) 2021-07-10T05:16:16,958 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('micropython-threading==0.0.0'), parent=None)] 2021-07-10T05:16:16,958 2021-07-10T05:16:16,958 The above exception was the direct cause of the following exception: 2021-07-10T05:16:16,958 2021-07-10T05:16:16,958 Traceback (most recent call last): 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T05:16:16,958 status = self.run(options, args) 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T05:16:16,958 return func(self, options, args) 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T05:16:16,958 requirement_set = resolver.resolve( 2021-07-10T05:16:16,958 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T05:16:16,958 raise error from e 2021-07-10T05:16:16,958 pip._internal.exceptions.DistributionNotFound: No matching distribution found for micropython-threading==0.0.0 2021-07-10T05:16:16,962 Removed micropython-threading==0.0.0 from https://files.pythonhosted.org/packages/e5/ed/0759b78c458483bfd0df9a2d810db6da100955f511aec3b7a5d9604cfecf/micropython-threading-0.0.0.tar.gz#sha256=9eff2c08de47b9b2d9e4675b2eafdab715f3879e09eeae157b22e2eafb1bfa88 from build tracker '/tmp/pip-req-tracker-tgefra8j' 2021-07-10T05:16:16,963 Removed build tracker: '/tmp/pip-req-tracker-tgefra8j'