-
Notifications
You must be signed in to change notification settings - Fork 10
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
Failed to install boost #16
Comments
A error like that means it failed to find a recipe for boost(as it is falling back on calling to github).
Which command gives the same error? And what is the output of the command? It could be that sourceforge is down(as it does go down every now and then).
Do you have the url for the source package? I think that is all that is needed to support a newer version. I can then update the recipe file. Also, you can also just manually update it, when installing with:
I dont know if that is the correct url, so you will need to double check. |
Hi, thanks for you reply. The
I don't use a proxy and About the multiple versions of a package, should one always need to provide urls for them rather than something like |
Can you show the output using verbose: |
Sure. I didn't know about the
|
So, this happens because the It may be the case that ssl is not setup properly with python. As a workaround, you can use |
The |
Try to install cget from master with |
And it now becomes
Looks missing |
No, thats expected. Python strips the protocol at this point, but the first url list does contain the |
Hi, the boost link seems no long reachable. Should I report it here?
May I ask one more question? Should I request a different version of package here? For example I'd like to use the
armadillo 8.3
whilecget
has an older version7.8
. Thank you very much!Updated: It seems that I should run
cget install pfultz2/cget-recipes
beforecget install boost
. However, the previous command gives the same error but I can access it in a browser.The text was updated successfully, but these errors were encountered: