Closed JimLee1996 closed 5 years ago
Done.
@JimLee1996 Can you share the steps in detail you did to compile this library please?
@AugustasMacys I've forked this repo, please see https://jimlee1996.coding.net/public/coviar/coviar/git/commits. And I also install ffmpeg with conda, so the c header and libs are intalled into python dir.
@JimLee1996 Thanks. In case anyone will need help with installing on Windows. I needed to update my cygwinccompiler.py https://stackoverflow.com/questions/52943590/cython-missing-msvcr140-dll as explained in answer
@JimLee1996 When you used data loader, did you have this problem? Process finished with exit code -1073741819 (0xC0000005)
@JimLee1996 When you used data loader, did you have this problem? Process finished with exit code -1073741819 (0xC0000005)
Nope. It's my first time to meet this error😅. Maybe, Is it relevant to this?
I've tried to build coviar using mingw64
Successfully built.
But when I import coviar in python, it fails.
Thanks for any ideas.