-
Notifications
You must be signed in to change notification settings - Fork 59
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
Version 0.7.4 broke travis build #40
Comments
master branch has a fix for that and other issues introduced by wheel 0.32.0 Until new delocate is released and the dust settles I think it's better for you to pin wheel to 0.31.0 |
I think you're picking up an old version of delocate - see the logs - you've got 0.7.3 ... You should not see the error with the new 0.7.4. |
I checked locally with 0.7.4 and 0.7.3 . Same error with both. Now I am using the older version of wheel as suggest by @anthrotype ; worked fine locally. Trying on travis now. |
@dilawar - could you post logs of your local testing? Here is me testing delocate 0.7.4 in a fresh virtualenv:
This should also be tested in the delocate Travis-CI setup, but maybe I'm not doing it right. |
I see this issue also on travis:
|
Ah yes - probably you're on Python 3.4? To fix, you need to update setuptools... |
Building Python 2.7.11 |
Yes, still probably too-old setuptools. |
Yes, I can confirm that worked. Thanks! |
Got fixed after deprecating wheel version to 0.31.0. Using latest |
I still think that there is no error with Wheel 0.32.x and delocate 0.7.4 - but if you do generate such an error, please do send logs. |
You are right. 0.7.4 works with wheel 0.32.1 (released yesterday). I havn't tested with 0.32.0 . |
The logs of build are here: https://api.travis-ci.org/v3/job/435219821/log.txt
I checked locally and could reproduce the error with python3.7. It failed due to following. Note sure if older version will also break with python3.7 .
The text was updated successfully, but these errors were encountered: