robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Detect SSL errors and suggest certifi upgrade #57

Closed virtuald closed 10 months ago

virtuald commented 2 years ago

Reference: https://www.chiefdelphi.com/t/robotpy-module-not-found/399156/2

I'm guessing that's their problem, as I believe pip uses certifi for certificates instead of the system store.

virtuald commented 2 years ago

Well, maybe not. Another thing we could do is add an option to use certifi, it seems that python gives you the option to do that.

virtuald commented 2 years ago

Turns out if you browse to the url using MS edge the error goes away. Maybe we just tell the user to do this? We already have a special check of this sort for OSX.

TheTripleV commented 2 years ago

Should it just automatically try certifi if the original version fails on that specific error?

virtuald commented 2 years ago

That seems reasonable.

virtuald commented 10 months ago

I think we do this now.