-
Notifications
You must be signed in to change notification settings - Fork 50
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
Build error on Windows 7 #133
Comments
You need to install Windows Management Framework 3 (that is the package that ships PowerShell) and .Net Framework 4.5. This will enable powershell to download files from websites that use newer TLS versions. |
For whatever reason, management framework 3 did not install, but management frameword 4 did: https://www.microsoft.com/en-us/download/details.aspx?id=40855 |
So, should this issue be closed? |
Between this and #132, it's pretty clear to me that BinaryProvider causes way more problems than it solves, in its current state, for this package. For the time being it would be better for this package to go back to using BinDeps, since that was actually a no-op most of the time and worked well here, and let these problems be worked out elsewhere. |
No way. BinDeps code is total obscure blackbox stuff and would revert the library back to outdated versions that ship w/ julia. I'd much rather spend my time pestering @staticfloat and @Keno to make BinaryProvider.jl as smooth as possible on every platform. I don't think it's particularly nice to make windows users install something or another, so if that can be automated or prompted for, that'd be great, or maybe BinaryProvider just needs to ship w/ its own |
The versions that ship with Julia aren't all that outdated, they're certainly more recent than the system packages that your current build.jl code allows to load. Keep using things that worked until their replacements actually work better. They don't at the moment, and your users are the ones who suffer for it. |
The text was updated successfully, but these errors were encountered: