-
Notifications
You must be signed in to change notification settings - Fork 5
Installation fail? #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The build needs "numpy/arrayobject.h". |
now, when I did the test, I am getting Segment violation (generated core). |
Can you show me your test code ? |
|
Installation with mistake in test code. encoder = VideoEncoder(width=224, height=224) should be encoder = VideoEncoder(224, 224) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to install nvcodec-python using pip3 install pynvcodec
but getting follow error
I am using Ubuntu 18.04, with python 3.6 and cuda version of 11.1, with Tesla V4 GPUs.
The text was updated successfully, but these errors were encountered: