Hi, im having a compatibility issiue with nvidia drivers. Is there any way to set the correct driver
Getting this error when running the code on a 5090, but on the 4090 it works. Any way to set the correct driver? Or is there another factor
Traceback (most recent call last):
File "/app/ai-engine/matchlytics/main.py", line 1276, in <module>
main(
File "/app/main.py", line 786, in main
raise e
File "/app/main.py", line 766, in main
runner.run(
File "/apptrackers/runner.py", line 1030, in run
for sample in tqdm(frame_generator, desc="Processing samples"):
File "/usr/local/lib/python3.12/dist-packages/tqdm/std.py", line 1181, in iter
for obj in iterable:
File "/apputils/decoders.py", line 285, in _decode_with_skipping
frame_batch = decoder.get_batch_frames(batch_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/PyNvVideoCodec/decoders/SimpleDecoder.py", line 115, in get_batch_frames
return self.simple_decoder.get_batch_frames(batch_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_PyNvVideoCodec.PyNvVCException: HandleVideoSequence :
Error code : 100
Error Type : m_api.cuvidGetDecoderCaps(&decodecaps) returned error 100
at /project/src/VideoCodecSDKUtils/helper_classes/NvCodec/NvDecoder/NvDecoder.cpp:257
0 Replies