kurkurzz / custom-yolov8-auto-annotation-cvat-blueprint

Integrate custom YOLOv8 model into CVAT for automatic annotation blueprint.
45 stars 14 forks source link

/opt/nuclio/whl" did not complete successfully #3

Closed davy-blavette closed 6 months ago

davy-blavette commented 6 months ago

image

I don't see Where library problem is, any idea ?

./whl/nuclio_sdk-0.5.9-py2.py3-none-any.whl

actually is nuclio-sdk 0.5.10

Ekanshh commented 6 months ago

The error says no matching distribution found for msgpack. Maybe try: pip install msgpack

kurkurzz commented 2 weeks ago

https://github.com/nuclio/nuclio/issues/3328#issuecomment-2312814815

This might also relevant. Need to set the python runtime to be the same as the base image. In this case it should be runtime: 'python:3.10'