name: py3 run_id: install_deps env LANG: C.UTF-8 env HOME: /home/jenkins env PYTHON: python3 env PATH: /w/workspace/vnfsdk-pkgtools-tox-sonar/.tox/py3/bin:/opt/pyenv/bin:/tmp/venv-pvlI/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PYTHONHASHSEED: 3834446245 env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONIOENCODING: utf-8 env INSTALL_CTX: 1 env TOX_ENV_NAME: py3 env TOX_WORK_DIR: /w/workspace/vnfsdk-pkgtools-tox-sonar/.tox env TOX_ENV_DIR: /w/workspace/vnfsdk-pkgtools-tox-sonar/.tox/py3 env VIRTUAL_ENV: /w/workspace/vnfsdk-pkgtools-tox-sonar/.tox/py3 metadata pid: 2679 cwd: /w/workspace/vnfsdk-pkgtools-tox-sonar allow: /w/workspace/vnfsdk-pkgtools-tox-sonar/.tox/py3/bin/* cmd: python -I -m pip install -r requirements.txt -r tests/requirements.txt exit_code: 1 Collecting ruamel.yaml<0.15 (from -r requirements.txt (line 1)) Downloading ruamel.yaml-0.14.12.tar.gz (242 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.4/242.4 kB 16.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'error' standard error: error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [12 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-qdzgybz1/ruamel-yaml_c94a353085e540b99fbd103a269b80f0/setup.py", line 171, in pkg_data = _package_data(__file__.replace('setup.py', '__init__.py')) File "/tmp/pip-install-qdzgybz1/ruamel-yaml_c94a353085e540b99fbd103a269b80f0/setup.py", line 150, in _package_data data = literal_eval(u''.join(lines)) File "/tmp/pip-install-qdzgybz1/ruamel-yaml_c94a353085e540b99fbd103a269b80f0/setup.py", line 122, in literal_eval return _convert(node_or_string) File "/tmp/pip-install-qdzgybz1/ruamel-yaml_c94a353085e540b99fbd103a269b80f0/setup.py", line 69, in _convert if isinstance(node, (Str, Bytes)): NameError: name 'Str' is not defined. Did you mean: 'str'? [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.