dthpham / sminterpolate

Make motion interpolated and fluid slow motion videos from the command line.
MIT License
1.38k stars 91 forks source link

Trouble installing using custom package scripts (Win10) #63

Open Moobiful opened 7 years ago

Moobiful commented 7 years ago

I have gotten to step 8, after cloning the repo and doing the previous steps. After entering python2 setup.py develop into the MINGW64 shell while in the top-level of project directory, it returned this error:

Moobiful@DESKTOP-96V713N MINGW64 ~/butterflow
$ python2 setup.py develop
running develop
running egg_info
writing butterflow.egg-info/PKG-INFO
writing top-level names to butterflow.egg-info/top_level.txt
writing dependency_links to butterflow.egg-info/dependency_links.txt
writing entry points to butterflow.egg-info/entry_points.txt
reading manifest file 'butterflow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
writing manifest file 'butterflow.egg-info/SOURCES.txt'
running build_ext
building 'butterflow.avinfo' extension
gcc -fno-strict-aliasing -march=i686 -mtune=generic -O2 -pipe -DNDEBUG -DNDEBUG -march=i686 -mtune=generic -O2 -pipe -DNDEBUG -I/usr/include/python2.7 -c /home/Moobiful/butterflow/butterflow/avinfo.c -o build/temp.mingw64_nt-10.0-wow-2.9.0(0.318/5/3)-i686-2.7/home/Moobiful/butterflow/butterflow/avinfo.o -std=c11 -Wno-unused-variable -Wno-unused-function -Wno-cpp
/home/Moobiful/butterflow/butterflow/avinfo.c:5:32: fatal error: libavcodec/avcodec.h: No such file or directory
 #include <libavcodec/avcodec.h>
                                ^
compilation terminated.
error: command 'gcc' failed with exit status 1

What can I do from here to finish the installation?

sdlpkxd commented 6 years ago

I also encounter with this problem, have you resolved it ?

Moobiful commented 6 years ago

Nope, I just gave up On Wed, Sep 12, 2018, 19:32 lpk notifications@github.com wrote:

I also encounter with this problem, have you resolved it ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dthpham/butterflow/issues/63#issuecomment-420862809, or mute the thread https://github.com/notifications/unsubscribe-auth/AItGdo7HaqUYxseS77lk_jxZDbUQqM3Gks5uacO5gaJpZM4QZU7z .

sdlpkxd commented 6 years ago

I solved it by installing ffmpeg and add the C_INCLUDE_PATH in the /etc/profile

Moobiful commented 6 years ago

Thanks for the info bro, I'll try it later

On Wed, Sep 12, 2018 at 8:14 PM lpk notifications@github.com wrote:

I solved it by installing ffmpeg and add the C_INCLUDE_PATH in the /etc/profile

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dthpham/butterflow/issues/63#issuecomment-420869591, or mute the thread https://github.com/notifications/unsubscribe-auth/AItGdgpgHWEJ5HSWqa1EaZ-cU3mFpWWxks5uac2BgaJpZM4QZU7z .