2021-07-01T18:40:47,880 Created temporary directory: /tmp/pip-ephem-wheel-cache-rh74plh0 2021-07-01T18:40:47,883 Created temporary directory: /tmp/pip-req-tracker-41ou4rn7 2021-07-01T18:40:47,883 Initialized build tracking at /tmp/pip-req-tracker-41ou4rn7 2021-07-01T18:40:47,884 Created build tracker: /tmp/pip-req-tracker-41ou4rn7 2021-07-01T18:40:47,884 Entered build tracker: /tmp/pip-req-tracker-41ou4rn7 2021-07-01T18:40:47,884 Created temporary directory: /tmp/pip-wheel-qgmzwf1f 2021-07-01T18:40:47,921 1 location(s) to search for versions of tf-dataclass: 2021-07-01T18:40:47,921 * https://pypi.org/simple/tf-dataclass/ 2021-07-01T18:40:47,921 Fetching project page and analyzing links: https://pypi.org/simple/tf-dataclass/ 2021-07-01T18:40:47,922 Getting page https://pypi.org/simple/tf-dataclass/ 2021-07-01T18:40:47,923 Found index url https://pypi.org/simple 2021-07-01T18:40:48,033 Found link https://files.pythonhosted.org/packages/4a/f0/e7c4aed6dfe79606ad7345beea92dd3780e6a263d5d63aaa7acc6045a163/tf-dataclass-0.1.0.tar.gz#sha256=341caac052f4b274120e26b7ab0ba0b5b33db165dddf3704cf24a34dfd59c324 (from https://pypi.org/simple/tf-dataclass/), version: 0.1.0 2021-07-01T18:40:48,034 Found link https://files.pythonhosted.org/packages/62/f5/fde13a922a6c1b8843a43c67c6f5790d5ffe0943bacebc6b3d353765c91e/tf-dataclass-0.1.1.tar.gz#sha256=9bb646163467a7d8a73dc12dbbe0b0e9c1ad11eb3239776a7093b1c6589e5840 (from https://pypi.org/simple/tf-dataclass/), version: 0.1.1 2021-07-01T18:40:48,034 Skipping link: not a file: https://pypi.org/simple/tf-dataclass/ 2021-07-01T18:40:48,046 Given no hashes to check 1 links for project 'tf-dataclass': discarding no candidates 2021-07-01T18:40:48,060 Collecting tf-dataclass==0.1.1 2021-07-01T18:40:48,062 Created temporary directory: /tmp/pip-unpack-vs57vo2a 2021-07-01T18:40:48,103 Downloading tf-dataclass-0.1.1.tar.gz (10 kB) 2021-07-01T18:40:48,144 Added tf-dataclass==0.1.1 from https://files.pythonhosted.org/packages/62/f5/fde13a922a6c1b8843a43c67c6f5790d5ffe0943bacebc6b3d353765c91e/tf-dataclass-0.1.1.tar.gz#sha256=9bb646163467a7d8a73dc12dbbe0b0e9c1ad11eb3239776a7093b1c6589e5840 to build tracker '/tmp/pip-req-tracker-41ou4rn7' 2021-07-01T18:40:48,145 Running setup.py (path:/tmp/pip-wheel-qgmzwf1f/tf-dataclass_48ca05fc9d6b48e0b655d0603cc46225/setup.py) egg_info for package tf-dataclass 2021-07-01T18:40:48,146 Created temporary directory: /tmp/pip-pip-egg-info-ki4avgyh 2021-07-01T18:40:48,146 Running command python setup.py egg_info 2021-07-01T18:40:48,990 Traceback (most recent call last): 2021-07-01T18:40:48,990 File "", line 1, in 2021-07-01T18:40:48,990 File "/tmp/pip-wheel-qgmzwf1f/tf-dataclass_48ca05fc9d6b48e0b655d0603cc46225/setup.py", line 18, in 2021-07-01T18:40:48,991 import tf_dataclass 2021-07-01T18:40:48,991 File "/tmp/pip-wheel-qgmzwf1f/tf-dataclass_48ca05fc9d6b48e0b655d0603cc46225/tf_dataclass/__init__.py", line 21, in 2021-07-01T18:40:48,991 from tf_dataclass.packing_tools import function 2021-07-01T18:40:48,991 File "/tmp/pip-wheel-qgmzwf1f/tf-dataclass_48ca05fc9d6b48e0b655d0603cc46225/tf_dataclass/packing_tools.py", line 17, in 2021-07-01T18:40:48,991 import tensorflow as tf 2021-07-01T18:40:48,992 ModuleNotFoundError: No module named 'tensorflow' 2021-07-01T18:40:49,046 WARNING: Discarding https://files.pythonhosted.org/packages/62/f5/fde13a922a6c1b8843a43c67c6f5790d5ffe0943bacebc6b3d353765c91e/tf-dataclass-0.1.1.tar.gz#sha256=9bb646163467a7d8a73dc12dbbe0b0e9c1ad11eb3239776a7093b1c6589e5840 (from https://pypi.org/simple/tf-dataclass/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-01T18:40:49,048 ERROR: Could not find a version that satisfies the requirement tf-dataclass==0.1.1 (from versions: 0.1.0, 0.1.1) 2021-07-01T18:40:49,048 ERROR: No matching distribution found for tf-dataclass==0.1.1 2021-07-01T18:40:49,048 Exception information: 2021-07-01T18:40:49,048 Traceback (most recent call last): 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-01T18:40:49,048 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-01T18:40:49,048 raise RequirementsConflicted(criterion) 2021-07-01T18:40:49,048 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tf-dataclass==0.1.1') 2021-07-01T18:40:49,048 2021-07-01T18:40:49,048 During handling of the above exception, another exception occurred: 2021-07-01T18:40:49,048 2021-07-01T18:40:49,048 Traceback (most recent call last): 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-07-01T18:40:49,048 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-01T18:40:49,048 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-01T18:40:49,048 raise ResolutionImpossible(e.criterion.information) 2021-07-01T18:40:49,048 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tf-dataclass==0.1.1'), parent=None)] 2021-07-01T18:40:49,048 2021-07-01T18:40:49,048 The above exception was the direct cause of the following exception: 2021-07-01T18:40:49,048 2021-07-01T18:40:49,048 Traceback (most recent call last): 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-01T18:40:49,048 status = self.run(options, args) 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-01T18:40:49,048 return func(self, options, args) 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-07-01T18:40:49,048 reqs, check_supported_wheels=True 2021-07-01T18:40:49,048 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-01T18:40:49,048 raise error from e 2021-07-01T18:40:49,048 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tf-dataclass==0.1.1 2021-07-01T18:40:49,054 Removed tf-dataclass==0.1.1 from https://files.pythonhosted.org/packages/62/f5/fde13a922a6c1b8843a43c67c6f5790d5ffe0943bacebc6b3d353765c91e/tf-dataclass-0.1.1.tar.gz#sha256=9bb646163467a7d8a73dc12dbbe0b0e9c1ad11eb3239776a7093b1c6589e5840 from build tracker '/tmp/pip-req-tracker-41ou4rn7' 2021-07-01T18:40:49,054 Removed build tracker: '/tmp/pip-req-tracker-41ou4rn7'