You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#37 [stage-4 10/22] RUN cp /usr/lib/python3/dist-packages/setuptools/_distutils/version.py /usr/local/lib/python3.12/dist-packages/mixbox/distutils_version.py#37 0.289 cp: cannot stat '/usr/lib/python3/dist-packages/setuptools/_distutils/version.py': No such file or directory#37 ERROR: process "/bin/sh -c cp /usr/lib/python3/dist-packages/setuptools/_distutils/version.py /usr/local/lib/python3.12/dist-packages/mixbox/distutils_version.py" did not complete successfully: exit code: 1
------
> [stage-4 10/22] RUN cp /usr/lib/python3/dist-packages/setuptools/_distutils/version.py /usr/local/lib/python3.12/dist-packages/mixbox/distutils_version.py:
0.289 cp: cannot stat '/usr/lib/python3/dist-packages/setuptools/_distutils/version.py': No such file or directory
------
Dockerfile:249
--------------------
248 |# 'setuptools' is needed at runtime by 'mixbox'
249 | >>> RUN cp /usr/lib/python3/dist-packages/setuptools/_distutils/version.py \
250 | >>> /usr/local/lib/python3.12/dist-packages/mixbox/distutils_version.py
251 | RUN sed -i 's/from distutils\.version/from mixbox.distutils_version/' \
--------------------
ERROR: failed to solve: process "/bin/sh -c cp /usr/lib/python3/dist-packages/setuptools/_distutils/version.py /usr/local/lib/python3.12/dist-packages/mixbox/distutils_version.py" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
Diogo-Rego
changed the title
Error when building MISP Core
Error when building MISP Core on Branch NobleJan 10, 2025
# 'setuptools' is needed at runtime by 'mixbox'
- RUN cp /usr/lib/python3/dist-packages/setuptools/_distutils/version.py \+ RUN cp /usr/local/lib/python3.12/dist-packages/setuptools/_distutils/version.py \
/usr/local/lib/python3.12/dist-packages/mixbox/distutils_version.py
RUN sed -i 's/from distutils\.version/from mixbox.distutils_version/' \
/usr/local/lib/python3.12/dist-packages/mixbox/parser.py
RUN apt-get remove --purge python3-pip python3-wheel python3-setuptools -y
Error when building MISP Core on Branch
Noble
The text was updated successfully, but these errors were encountered: