kube-render
kube-render copied to clipboard
It's brooking with python 3.10
We're experiencing failures on builds on images (for example, ubuntu) with python 3.10.
The output could be seen below:
2022-11-23T17:45:06.1240888Z Defaulting to user installation because normal site-packages is not writeable
2022-11-23T17:45:06.9680677Z Collecting kuberender
2022-11-23T17:45:07.0755784Z Downloading kuberender-0.3.6.tar.gz (5.7 kB)
2022-11-23T17:45:07.0829849Z Preparing metadata (setup.py): started
2022-11-23T17:45:08.3557812Z Preparing metadata (setup.py): finished with status 'done'
2022-11-23T17:45:08.3937555Z Collecting Jinja2==2.9.6
2022-11-23T17:45:08.4046276Z Downloading Jinja2-2.9.6-py2.py3-none-any.whl (340 kB)
2022-11-23T17:45:08.4681899Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 340.7/340.7 KB 6.0 MB/s eta 0:00:00
2022-11-23T17:45:08.5690042Z Collecting MarkupSafe==1.1.1
2022-11-23T17:45:08.5779650Z Downloading MarkupSafe-1.1.1.tar.gz (19 kB)
2022-11-23T17:45:08.5859576Z Preparing metadata (setup.py): started
2022-11-23T17:45:08.7421951Z Preparing metadata (setup.py): finished with status 'done'
2022-11-23T17:45:08.8095910Z Collecting PyYAML==5.1
2022-11-23T17:45:08.8192631Z Downloading PyYAML-5.1.tar.gz (274 kB)
2022-11-23T17:45:08.8473941Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.2/274.2 KB 10.3 MB/s eta 0:00:00
2022-11-23T17:45:08.9406165Z Preparing metadata (setup.py): started
2022-11-23T17:45:09.1383262Z Preparing metadata (setup.py): finished with status 'done'
2022-11-23T17:45:09.1733720Z Collecting click==6.7
2022-11-23T17:45:09.1815550Z Downloading click-6.7-py2.py3-none-any.whl (71 kB)
2022-11-23T17:45:09.1911915Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.2/71.2 KB 8.6 MB/s eta 0:00:00
2022-11-23T17:45:09.2156245Z Collecting dpath==1.4.0
2022-11-23T17:45:09.2320908Z Downloading dpath-1.4.0.tar.gz (13 kB)
2022-11-23T17:45:09.2385978Z Preparing metadata (setup.py): started
2022-11-23T17:45:09.4499000Z Preparing metadata (setup.py): finished with status 'error'
2022-11-23T17:45:09.4558651Z error: subprocess-exited-with-error
2022-11-23T17:45:09.4559170Z
2022-11-23T17:45:09.4559801Z × python setup.py egg_info did not run successfully.
2022-11-23T17:45:09.4560382Z │ exit code: 1
2022-11-23T17:45:09.4560895Z ╰─> [12 lines of output]
2022-11-23T17:45:09.4561387Z Traceback (most recent call last):
2022-11-23T17:45:09.4561909Z File "<string>", line 2, in <module>
2022-11-23T17:45:09.4562542Z File "<pip-setuptools-caller>", line 34, in <module>
2022-11-23T17:45:09.4563944Z File "/tmp/pip-install-zoukdvi7/dpath_eadffa1845b0445692e407f3c2cfafb8/setup.py", line 2, in <module>
2022-11-23T17:45:09.4564779Z import dpath.version
2022-11-23T17:45:09.4565633Z File "/tmp/pip-install-zoukdvi7/dpath_eadffa1845b0445692e407f3c2cfafb8/dpath/__init__.py", line 13, in <module>
2022-11-23T17:45:09.4566430Z from .util import *
2022-11-23T17:45:09.4567252Z File "/tmp/pip-install-zoukdvi7/dpath_eadffa1845b0445692e407f3c2cfafb8/dpath/util.py", line 1, in <module>
2022-11-23T17:45:09.4567906Z import dpath.path
2022-11-23T17:45:09.4568706Z File "/tmp/pip-install-zoukdvi7/dpath_eadffa1845b0445692e407f3c2cfafb8/dpath/path.py", line 9, in <module>
2022-11-23T17:45:09.4569450Z from collections import MutableSequence, MutableMapping
2022-11-23T17:45:09.4570359Z ImportError: cannot import name 'MutableSequence' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
2022-11-23T17:45:09.4571021Z [end of output]
2022-11-23T17:45:09.4571455Z