-
Notifications
You must be signed in to change notification settings - Fork 56
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
setup.py problem #3
Comments
Change this line To: templist = list(nd.get_numpy_include_dirs()) |
i still get an error (a different one): error: no commands supplied |
you have to do a build with the below line: |
i still get an error when i try to use build (a very long one) ^pyffmpeg.pyx:3118:9: 'AVOptions' is not a type identifier Error compiling Cython file:... ^pyffmpeg.pyx:3210:25: Object of type 'AVCodecContext' has no attribute 'hurry_up' Error compiling Cython file:... ^pyffmpeg.pyx:3303:31: Cannot convert 'AVCodecContext *' to Python object Error compiling Cython file:... ^pyffmpeg.pyx:3303:46: Cannot convert 'AVCodec *' to Python object Error compiling Cython file:... ^pyffmpeg.pyx:4034:25: Object of type 'AVCodecContext' has no attribute 'hurry_up' Error compiling Cython file:... ^pyffmpeg.pyx:4039:25: Object of type 'AVCodecContext' has no attribute 'hurry_up' Error compiling Cython file:...
pyffmpeg.pyx:4104:34: Object of type 'AVStream' has no attribute 'r_frame_rate' Error compiling Cython file:...
pyffmpeg.pyx:4104:72: Object of type 'AVStream' has no attribute 'r_frame_rate' Error compiling Cython file:... ^pyffmpeg.pyx:4252:36: Cannot convert 'AVFormatContext *' to Python object Error compiling Cython file:... ^pyffmpeg.pyx:4307:45: Cannot convert 'AVIOContext *' to Python object Error compiling Cython file:...
pyffmpeg.pyx:4328:39: Cannot convert 'AVFormatContext **' to Python object Error compiling Cython file:...
pyffmpeg.pyx:4328:69: Cannot convert 'AVIOContext *' to Python object Error compiling Cython file:...
pyffmpeg.pyx:4328:96: Cannot convert 'AVInputFormat *' to Python object Error compiling Cython file:...
pyffmpeg.pyx:4328:105: Cannot convert 'void *' to Python object Error compiling Cython file:... ^pyffmpeg.pyx:4352:44: Object of type 'AVOutputFormat' has no attribute 'priv_data_size' Error compiling Cython file:...
pyffmpeg.pyx:4385:38: Cannot convert 'AVFormatContext *' to Python object Error compiling Cython file:... ^pyffmpeg.pyx:4478:36: Cannot convert 'AVFormatContext *' to Python object Error compiling Cython file:... ^pyffmpeg.pyx:4560:41: Invalid types for '==' (AVMediaType, CodecType) Error compiling Cython file:... ^pyffmpeg.pyx:4564:43: Invalid types for '==' (AVMediaType, CodecType) Error compiling Cython file:... ^pyffmpeg.pyx:4738:55: Object of type 'AVFormatContext' has no attribute 'data_offset' |
there is more but i cant see it in cmd |
Yeah, I got stuck in this one as well and I issued it before, check the list of issues. but no one has replied me yet |
I just forked this today, and I am working resolving a few issues. I think many of the above log messages are due to changes in ffmpeg api. You can follow the progress here https://github.com/blitzkraft/pyffmpeg/tree/update |
the setup.py doesnt work, in the python file there is a type error, the script is trying to add list and string, how can i fix it? and what path do i need to change to in ffmpegpath?
and by the way the 2.1 version doesnt work either i transfered the files to the folder Lib\site-packages
and i still cant import pyffmpeg
The text was updated successfully, but these errors were encountered: