Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Failure to pip install on Windows #3

Closed
techtonik opened this issue Sep 6, 2013 · 7 comments
Closed

Failure to pip install on Windows #3

techtonik opened this issue Sep 6, 2013 · 7 comments

Comments

@techtonik
Copy link

I needed yatiblog to patch pypy site, which requires tavutil, which includes tavutil.lzf, which fails to install on Windows, because there is no compiler for build_ext command.

Is it possible to make tavutil.lzf optional or move to some tavext package with compiled code? Thanks.

@dobesv
Copy link

dobesv commented Apr 23, 2014

See #4

@dobesv
Copy link

dobesv commented Apr 23, 2014

It seems just regenerating the C code using Cython fixes the issue since Cython now generates PyPy compatible code.

@tav
Copy link
Owner

tav commented Apr 23, 2014

Sorry @techtonik, we were having a baby late last year and I forgot all about this issue 😞

Hopefully fixed now. Thanks for letting me know!

@tav tav closed this as completed in 9af318b Apr 23, 2014
@dobesv
Copy link

dobesv commented Apr 23, 2014

Congratulations! Any likelihood this will be pushed to PyPI or wherever pip is pulling from? Seems like a significant enough improvement for those pypy users out there.

@tav
Copy link
Owner

tav commented Apr 23, 2014

Thanks. I had pushed an update to https://pypi.python.org/pypi/tavutil straight after the commit. Is it not getting picked up?

@techtonik
Copy link
Author

I don't remember what I wanted to do with pypy site, but it is good to see this fixed.

@dobesv
Copy link

dobesv commented Apr 28, 2014

Nevermind, it is there. I hadn't even tried it... my bad!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants