-
Notifications
You must be signed in to change notification settings - Fork 262
OSX build fails (TLS version error) #63
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
Comments
I do not really see what's going wrong here. Could you maybe try running it again, to see if it wasn't a weird non-reproducible error? - Probably not, but fingers crossed. Otherwise, I'll have a look at that minimal example, because I have the feeling that it could/should be made simpler anyway... |
This seems to be a setuptools issue rather than pip issue which was corrected with #57 You can try to install your dependencies using pip before building the wheel (using CIBW_BEFORE_BUILD environment variable) |
Sorry, I wasn't able to test it yet. I'll close this for now assuming the fix is good. Thanks everyone. |
Thanks! Feel free to re-open if necessary. |
btw @TheBB, |
setuptools is not updated by cibuildwheel and the version installed with python 3.4 on macOS is quite old... Shall cibuildwheel install an up-to-date version of setuptools ? (manylinux images are up-to-date, don't know about windows on AppVeyor) |
Hmmm, maybe we should do that. After all, we're also updating |
Similar, but maybe unrelated:
I am now going to try excluding Python versions below 3 altogether ... |
@JorjMcKie , it's unrelated to this specific issue and has been addressed in #57. You should upgrade cibuildwheel to get a proper installation of pip on macOS |
Fixed in #71, released in 0.9.1! |
Hi,
I tried following the instructions here, which work fine for Linux, but seem to fail on OSX. Example: https://travis-ci.org/sintefmath/Splipy/jobs/370590848
This seems related to #57 which claims to be fixed, so I am sure I'm just doing something wrong here.
.travis.yml file is
The text was updated successfully, but these errors were encountered: