2024-09-01T13:33:41,800 Disabling truststore because Python version isn't 3.10+ 2024-09-01T13:33:42,264 Created temporary directory: /tmp/pip-build-tracker-fnq_yfcv 2024-09-01T13:33:42,265 Initialized build tracking at /tmp/pip-build-tracker-fnq_yfcv 2024-09-01T13:33:42,265 Created build tracker: /tmp/pip-build-tracker-fnq_yfcv 2024-09-01T13:33:42,265 Entered build tracker: /tmp/pip-build-tracker-fnq_yfcv 2024-09-01T13:33:42,266 Created temporary directory: /tmp/pip-wheel-r8d2v7cr 2024-09-01T13:33:42,271 Created temporary directory: /tmp/pip-ephem-wheel-cache-0jceuyws 2024-09-01T13:33:42,315 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-09-01T13:33:42,318 2 location(s) to search for versions of timetrack-odoo: 2024-09-01T13:33:42,318 * https://pypi.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,318 * https://www.piwheels.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,318 Fetching project page and analyzing links: https://pypi.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,319 Getting page https://pypi.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,320 Found index url https://pypi.org/simple/ 2024-09-01T13:33:42,341 Fetched page https://pypi.org/simple/timetrack-odoo/ as application/vnd.pypi.simple.v1+json 2024-09-01T13:33:42,343 Found link https://files.pythonhosted.org/packages/da/47/e4a8611817b1466b761a055e9d9d308170a228e60916f376f110ed6e6790/timetrack-odoo-1.0.2102.tar.gz (from https://pypi.org/simple/timetrack-odoo/), version: 1.0.2102 2024-09-01T13:33:42,343 Found link https://files.pythonhosted.org/packages/cc/a1/89ff885d3f6658f17088174276df79ee15932ad805327899349af9dfebee/timetrack-odoo-1.0.2266.tar.gz (from https://pypi.org/simple/timetrack-odoo/), version: 1.0.2266 2024-09-01T13:33:42,343 Found link https://files.pythonhosted.org/packages/2e/78/212f4ff7eabfd1bc7d823cdf77efb5a0e488ab32c5f1707fecc06e5ebd5b/timetrack-odoo-1.1.3314.tar.gz (from https://pypi.org/simple/timetrack-odoo/), version: 1.1.3314 2024-09-01T13:33:42,344 Found link https://files.pythonhosted.org/packages/ab/db/08fc6d67f433333066e4435e5483141ca03b6c39c982d24546346358d58b/timetrack-odoo-1.1.3361.tar.gz (from https://pypi.org/simple/timetrack-odoo/), version: 1.1.3361 2024-09-01T13:33:42,344 Fetching project page and analyzing links: https://www.piwheels.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,344 Getting page https://www.piwheels.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,345 Found index url https://www.piwheels.org/simple/ 2024-09-01T13:33:42,411 Fetched page https://www.piwheels.org/simple/timetrack-odoo/ as text/html 2024-09-01T13:33:42,412 Skipping link: not a file: https://www.piwheels.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,412 Skipping link: not a file: https://pypi.org/simple/timetrack-odoo/ 2024-09-01T13:33:42,430 Given no hashes to check 1 links for project 'timetrack-odoo': discarding no candidates 2024-09-01T13:33:42,432 Collecting timetrack-odoo==1.1.3361 2024-09-01T13:33:42,434 Created temporary directory: /tmp/pip-unpack-a0wmrdqv 2024-09-01T13:33:42,450 Downloading timetrack-odoo-1.1.3361.tar.gz (80 kB) 2024-09-01T13:33:42,528 Added timetrack-odoo==1.1.3361 from https://files.pythonhosted.org/packages/ab/db/08fc6d67f433333066e4435e5483141ca03b6c39c982d24546346358d58b/timetrack-odoo-1.1.3361.tar.gz to build tracker '/tmp/pip-build-tracker-fnq_yfcv' 2024-09-01T13:33:42,529 Running setup.py (path:/tmp/pip-wheel-r8d2v7cr/timetrack-odoo_c3703210526c4841a770e457a3ce6709/setup.py) egg_info for package timetrack-odoo 2024-09-01T13:33:42,530 Created temporary directory: /tmp/pip-pip-egg-info-32nh6vhq 2024-09-01T13:33:42,530 Preparing metadata (setup.py): started 2024-09-01T13:33:42,531 Running command python setup.py egg_info 2024-09-01T13:33:43,101 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,101 !! 2024-09-01T13:33:43,102 ******************************************************************************** 2024-09-01T13:33:43,102 Usage of dash-separated 'author-email' will not be supported in future 2024-09-01T13:33:43,102 versions. Please use the underscore name 'author_email' instead. 2024-09-01T13:33:43,102 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,102 or your builds will no longer be supported. 2024-09-01T13:33:43,103 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,103 ******************************************************************************** 2024-09-01T13:33:43,103 !! 2024-09-01T13:33:43,103 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,103 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,103 !! 2024-09-01T13:33:43,104 ******************************************************************************** 2024-09-01T13:33:43,104 Usage of dash-separated 'home-page' will not be supported in future 2024-09-01T13:33:43,104 versions. Please use the underscore name 'home_page' instead. 2024-09-01T13:33:43,104 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,104 or your builds will no longer be supported. 2024-09-01T13:33:43,105 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,105 ******************************************************************************** 2024-09-01T13:33:43,105 !! 2024-09-01T13:33:43,105 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,108 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,109 !! 2024-09-01T13:33:43,109 ******************************************************************************** 2024-09-01T13:33:43,109 Usage of dash-separated 'long-description' will not be supported in future 2024-09-01T13:33:43,109 versions. Please use the underscore name 'long_description' instead. 2024-09-01T13:33:43,109 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,110 or your builds will no longer be supported. 2024-09-01T13:33:43,110 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,110 ******************************************************************************** 2024-09-01T13:33:43,110 !! 2024-09-01T13:33:43,110 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,111 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,112 !! 2024-09-01T13:33:43,112 ******************************************************************************** 2024-09-01T13:33:43,112 Usage of dash-separated 'long-description-content-type' will not be supported in future 2024-09-01T13:33:43,112 versions. Please use the underscore name 'long_description_content_type' instead. 2024-09-01T13:33:43,112 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,112 or your builds will no longer be supported. 2024-09-01T13:33:43,113 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,113 ******************************************************************************** 2024-09-01T13:33:43,113 !! 2024-09-01T13:33:43,113 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,114 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,114 !! 2024-09-01T13:33:43,115 ******************************************************************************** 2024-09-01T13:33:43,115 Usage of dash-separated 'requires-dist' will not be supported in future 2024-09-01T13:33:43,115 versions. Please use the underscore name 'requires_dist' instead. 2024-09-01T13:33:43,115 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,115 or your builds will no longer be supported. 2024-09-01T13:33:43,116 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,116 ******************************************************************************** 2024-09-01T13:33:43,116 !! 2024-09-01T13:33:43,116 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,715 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,715 !! 2024-09-01T13:33:43,715 ******************************************************************************** 2024-09-01T13:33:43,715 Usage of dash-separated 'author-email' will not be supported in future 2024-09-01T13:33:43,716 versions. Please use the underscore name 'author_email' instead. 2024-09-01T13:33:43,716 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,716 or your builds will no longer be supported. 2024-09-01T13:33:43,716 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,716 ******************************************************************************** 2024-09-01T13:33:43,716 !! 2024-09-01T13:33:43,716 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,719 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,719 !! 2024-09-01T13:33:43,719 ******************************************************************************** 2024-09-01T13:33:43,720 Usage of dash-separated 'home-page' will not be supported in future 2024-09-01T13:33:43,720 versions. Please use the underscore name 'home_page' instead. 2024-09-01T13:33:43,720 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,720 or your builds will no longer be supported. 2024-09-01T13:33:43,720 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,721 ******************************************************************************** 2024-09-01T13:33:43,721 !! 2024-09-01T13:33:43,721 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,724 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,724 !! 2024-09-01T13:33:43,725 ******************************************************************************** 2024-09-01T13:33:43,725 Usage of dash-separated 'long-description' will not be supported in future 2024-09-01T13:33:43,725 versions. Please use the underscore name 'long_description' instead. 2024-09-01T13:33:43,725 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,725 or your builds will no longer be supported. 2024-09-01T13:33:43,726 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,726 ******************************************************************************** 2024-09-01T13:33:43,726 !! 2024-09-01T13:33:43,726 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,727 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,727 !! 2024-09-01T13:33:43,727 ******************************************************************************** 2024-09-01T13:33:43,728 Usage of dash-separated 'long-description-content-type' will not be supported in future 2024-09-01T13:33:43,728 versions. Please use the underscore name 'long_description_content_type' instead. 2024-09-01T13:33:43,728 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,728 or your builds will no longer be supported. 2024-09-01T13:33:43,728 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,728 ******************************************************************************** 2024-09-01T13:33:43,729 !! 2024-09-01T13:33:43,729 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,730 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options 2024-09-01T13:33:43,730 !! 2024-09-01T13:33:43,730 ******************************************************************************** 2024-09-01T13:33:43,730 Usage of dash-separated 'requires-dist' will not be supported in future 2024-09-01T13:33:43,731 versions. Please use the underscore name 'requires_dist' instead. 2024-09-01T13:33:43,731 By 2024-Sep-26, you need to update your project and remove deprecated calls 2024-09-01T13:33:43,731 or your builds will no longer be supported. 2024-09-01T13:33:43,731 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2024-09-01T13:33:43,731 ******************************************************************************** 2024-09-01T13:33:43,732 !! 2024-09-01T13:33:43,732 opt = self.warn_dash_deprecation(opt, section) 2024-09-01T13:33:43,825 error: Multiple top-level modules discovered in a flat-layout: ['odoo2data', 'tabtoxlsx', 'tabtools', 'zeit2jira', 'odootopic', 'timerange', 'zeit2json', 'jira2data', 'jira2data_api', 'zeit2odoo', 'tabtotext', 'dotnetrc', 'odoo2data_api', 'dotgitconfig', 'timetrack']. 2024-09-01T13:33:43,825 To avoid accidental inclusion of unwanted files or directories, 2024-09-01T13:33:43,825 setuptools will not proceed with this build. 2024-09-01T13:33:43,826 If you are trying to create a single distribution with multiple modules 2024-09-01T13:33:43,826 on purpose, you should not rely on automatic discovery. 2024-09-01T13:33:43,826 Instead, consider the following options: 2024-09-01T13:33:43,827 1. set up custom discovery (`find` directive with `include` or `exclude`) 2024-09-01T13:33:43,827 2. use a `src-layout` 2024-09-01T13:33:43,827 3. explicitly set `py_modules` or `packages` with a list of names 2024-09-01T13:33:43,828 To find more information, look for "package discovery" on setuptools docs. 2024-09-01T13:33:43,914 ERROR: python setup.py egg_info exited with 1 2024-09-01T13:33:43,931 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2024-09-01T13:33:43,931 exec(compile('"'"''"'"''"'"' 2024-09-01T13:33:43,931 # This is -- a caller that pip uses to run setup.py 2024-09-01T13:33:43,931 # 2024-09-01T13:33:43,931 # - It imports setuptools before invoking setup.py, to enable projects that directly 2024-09-01T13:33:43,931 # import from `distutils.core` to work with newer packaging standards. 2024-09-01T13:33:43,931 # - It provides a clear error message when setuptools is not installed. 2024-09-01T13:33:43,931 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2024-09-01T13:33:43,931 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2024-09-01T13:33:43,931 # manifest_maker: standard file '"'"'-c'"'"' not found". 2024-09-01T13:33:43,931 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2024-09-01T13:33:43,931 import os, sys, tokenize 2024-09-01T13:33:43,931 2024-09-01T13:33:43,931 try: 2024-09-01T13:33:43,931 import setuptools 2024-09-01T13:33:43,931 except ImportError as error: 2024-09-01T13:33:43,931 print( 2024-09-01T13:33:43,931 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2024-09-01T13:33:43,931 "the build environment.", 2024-09-01T13:33:43,931 file=sys.stderr, 2024-09-01T13:33:43,931 ) 2024-09-01T13:33:43,931 sys.exit(1) 2024-09-01T13:33:43,931 2024-09-01T13:33:43,931 __file__ = %r 2024-09-01T13:33:43,931 sys.argv[0] = __file__ 2024-09-01T13:33:43,931 2024-09-01T13:33:43,931 if os.path.exists(__file__): 2024-09-01T13:33:43,931 filename = __file__ 2024-09-01T13:33:43,931 with tokenize.open(__file__) as f: 2024-09-01T13:33:43,931 setup_py_code = f.read() 2024-09-01T13:33:43,931 else: 2024-09-01T13:33:43,931 filename = "" 2024-09-01T13:33:43,931 setup_py_code = "from setuptools import setup; setup()" 2024-09-01T13:33:43,931 2024-09-01T13:33:43,931 exec(compile(setup_py_code, filename, "exec")) 2024-09-01T13:33:43,931 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-r8d2v7cr/timetrack-odoo_c3703210526c4841a770e457a3ce6709/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-32nh6vhq[/] 2024-09-01T13:33:43,931 [bold magenta]cwd[/]: /tmp/pip-wheel-r8d2v7cr/timetrack-odoo_c3703210526c4841a770e457a3ce6709/ 2024-09-01T13:33:43,931 Preparing metadata (setup.py): finished with status 'error' 2024-09-01T13:33:43,932 ERROR: metadata generation failed 2024-09-01T13:33:43,938 Exception information: 2024-09-01T13:33:43,938 Traceback (most recent call last): 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata 2024-09-01T13:33:43,938 call_subprocess( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/utils/subprocess.py", line 209, in call_subprocess 2024-09-01T13:33:43,938 raise error 2024-09-01T13:33:43,938 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2024-09-01T13:33:43,938 2024-09-01T13:33:43,938 The above exception was the direct cause of the following exception: 2024-09-01T13:33:43,938 2024-09-01T13:33:43,938 Traceback (most recent call last): 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-09-01T13:33:43,938 status = _inner_run() 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-09-01T13:33:43,938 return self.run(options, args) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-09-01T13:33:43,938 return func(self, options, args) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-09-01T13:33:43,938 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-09-01T13:33:43,938 result = self._result = resolver.resolve( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-09-01T13:33:43,938 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-09-01T13:33:43,938 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2024-09-01T13:33:43,938 if not criterion.candidates: 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/structs.py", line 156, in __bool__ 2024-09-01T13:33:43,938 return bool(self._sequence) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 174, in __bool__ 2024-09-01T13:33:43,938 return any(self) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 162, in 2024-09-01T13:33:43,938 return (c for c in iterator if id(c) not in self._incompatible_ids) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 53, in _iter_built 2024-09-01T13:33:43,938 candidate = func() 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 186, in _make_candidate_from_link 2024-09-01T13:33:43,938 base: Optional[BaseCandidate] = self._make_base_candidate_from_link( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 232, in _make_base_candidate_from_link 2024-09-01T13:33:43,938 self._link_candidate_cache[link] = LinkCandidate( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 303, in __init__ 2024-09-01T13:33:43,938 super().__init__( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__ 2024-09-01T13:33:43,938 self.dist = self._prepare() 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 235, in _prepare 2024-09-01T13:33:43,938 dist = self._prepare_distribution() 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 314, in _prepare_distribution 2024-09-01T13:33:43,938 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 527, in prepare_linked_requirement 2024-09-01T13:33:43,938 return self._prepare_linked_requirement(req, parallel_builds) 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 642, in _prepare_linked_requirement 2024-09-01T13:33:43,938 dist = _get_prepared_distribution( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 72, in _get_prepared_distribution 2024-09-01T13:33:43,938 abstract_dist.prepare_distribution_metadata( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/distributions/sdist.py", line 69, in prepare_distribution_metadata 2024-09-01T13:33:43,938 self.req.prepare_metadata() 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 581, in prepare_metadata 2024-09-01T13:33:43,938 self.metadata_directory = generate_metadata_legacy( 2024-09-01T13:33:43,938 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata 2024-09-01T13:33:43,938 raise MetadataGenerationFailed(package_details=details) from error 2024-09-01T13:33:43,938 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2024-09-01T13:33:43,948 Removed timetrack-odoo==1.1.3361 from https://files.pythonhosted.org/packages/ab/db/08fc6d67f433333066e4435e5483141ca03b6c39c982d24546346358d58b/timetrack-odoo-1.1.3361.tar.gz from build tracker '/tmp/pip-build-tracker-fnq_yfcv' 2024-09-01T13:33:43,948 Removed build tracker: '/tmp/pip-build-tracker-fnq_yfcv'