runtime error
Exit code: 1. Reason: vg-0.0.1-py3.10-linux-x86_64.egg Processing dependencies for diffvg==0.0.1 Searching for svgpathtools==1.6.1 Best match: svgpathtools 1.6.1 Adding svgpathtools 1.6.1 to easy-install.pth file Using /usr/local/lib/python3.10/site-packages Searching for scipy==1.15.1 Best match: scipy 1.15.1 Adding scipy 1.15.1 to easy-install.pth file Using /usr/local/lib/python3.10/site-packages Searching for svgwrite==1.4.3 Best match: svgwrite 1.4.3 Adding svgwrite 1.4.3 to easy-install.pth file Using /usr/local/lib/python3.10/site-packages Searching for numpy==2.1.3 Best match: numpy 2.1.3 Adding numpy 2.1.3 to easy-install.pth file Installing f2py script to /home/user/.local/bin Installing numpy-config script to /home/user/.local/bin Using /usr/local/lib/python3.10/site-packages Finished processing dependencies for diffvg==0.0.1 ['/home/user/app', '/home/user/app', '/usr/local/lib/python310.zip', '/usr/local/lib/python3.10', '/usr/local/lib/python3.10/lib-dynload', '/usr/local/lib/python3.10/site-packages', '/home/user/.local/lib/python3.8/site-packages/diffvg-0.0.1-py3.8-linux-x86_64.egg'] A module that was compiled using NumPy 1.x cannot be run in NumPy 2.1.3 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> import cv2 File "/usr/local/lib/python3.10/site-packages/cv2/__init__.py", line 8, in <module> from .cv2 import * AttributeError: _ARRAY_API not found Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> import cv2 File "/usr/local/lib/python3.10/site-packages/cv2/__init__.py", line 8, in <module> from .cv2 import * ImportError: numpy.core.multiarray failed to import
Container logs:
Fetching error logs...