-
Notifications
You must be signed in to change notification settings - Fork 29
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
Python Wheels #21
Comments
I think this is because the version of v8 that was built outside Docker and cached by Travis is not compatible with the manylinux image. Try clearing the cache? |
I think the button to do that is under the "More Options" menu. |
Sure thanks, will do so |
Also, the built of One solution: |
Update: |
Does CentOS 5 have a newer version of tar in the package repos? If not, you may end up having to compile it from source... |
Hi, sorry for the late reply, no CentOS5 doesn't have a new version of TAR and compiling it from source is not the option because CentOS5 doesn't support it. The best option right now would be to wait for them to do it (which might take 3-4 weeks more) and then work on the new |
@armudgal just wondering who the |
@desertkun The I didn't get much time to follow up on that though |
See #39 |
Hi,
I am working on wheels for this project and was writing a travis script for the same. I am currently targeting linux with PyPA's manylinux and is using their docker image.
I am facing some issues in the travis build and would like to hear your advice.
My fork: https://github.com/kira0204/v8py/tree/travis-wheels
Also, I am working with @buffer on this.
The text was updated successfully, but these errors were encountered: