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
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Describe the bug
After building vpf from source in windows using the instructions in the wiki, I got the following error when I tried to run python SampleDecode.py
AttributeError: module 'PyNvCodec' has no attribute 'SeekMode'
To Reproduce
Steps to reproduce the behavior:
Follow instructions to install on windows
go to the build folder
run python SampleDecode.py
see the error
Expected behavior
I expected SampleDecode.py to print a description of the file and options it expects
Desktop:
OS: Windows 10 Home
Nvidia driver version 471.21
CUDA Version 11.0
Video Codec SDK Version 9.1.23
Python Version 3.8
Visual Studio 17
Additional context
I started with python 3.7 as stated in the wiki but I got a different error that was only resolved after switching to python 3.8
Describe the bug
After building vpf from source in windows using the instructions in the wiki, I got the following error when I tried to run
python SampleDecode.pyTo Reproduce
Steps to reproduce the behavior:
python SampleDecode.pyExpected behavior
I expected SampleDecode.py to print a description of the file and options it expects
Desktop:
Additional context
I started with python 3.7 as stated in the wiki but I got a different error that was only resolved after switching to python 3.8