-
Notifications
You must be signed in to change notification settings - Fork 3
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
Certificate error from urllib #22
Comments
Just to be clear, this is not an issue with the mmsim code. The problem is with the way that Python may be installed under MacOS. I used the pkg installation from python.org. The issue can be demonstrated from the Python shell:
|
Oh, I understand. I cannot fix that. 😅 However, if you confirm that you could use |
I have already made the fix now. so it is not clear that any success I might have would not be due to the fix rather than the change. It is purely a local configuration matter. I put it up as an issue so that others might find a solution if they run into a similar problem.
Perhaps a note in the README might be appropriate?
—
Peter Harrison
[email protected]
… On 8 Mar 2019, at 16:47, Miguel Sánchez de León Peque ***@***.***> wrote:
Oh, I understand. I cannot fix that. 😅
However, if you confirm that you could use requests to get content from an HTTPS source (i.e.: a GitHub page) without having those issues, I would not mind adding that extra dependency. Apparently they use certifi package, which may not require you to have any special system-wide configuration.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@micromouseonline I will leave this open, as I think a note in the README file could be appropriate, as you suggested. Do not know whether I will add it soon or not, but definitely some day! 😄 Pull requests accepted too. 😜 |
Ok. It was not my issue to close really. I was just rushing through some tidying up on Github :)
—
Peter Harrison
[email protected]
… On 1 Jul 2019, at 20:16, Miguel Sánchez de León Peque ***@***.***> wrote:
@micromouseonline I will leave this open, as I think a note in the README file could be appropriate, as you suggested.
Do not know whether I will add it soon or not, but definitely some day! 😄
Pull requests accepted too. 😜
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
When I do the install as directed and then run mmsim, I get an error. Specifically, this error:
The reason is that the Python installer on MacOs may not have run the certificate commands.
This question on StackExchange has the answer:
https://stackoverflow.com/questions/44649449/brew-installation-of-python-3-6-1-ssl-certificate-verify-failed-certificate/44649450#44649450
The text was updated successfully, but these errors were encountered: