Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b81294e

Browse files
add error
1 parent fef06d6 commit b81294e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
146 KB
Loading[フレーム]

‎content/micropython/01.basics/07.installing-modules/installing-modules.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,19 @@ $ mpremote connect id:335B34603532 mip install github:arduino/arduino-iot-cloud-
122122

123123
This will install the library and all required dependencies on the board.
124124

125+
### Error: Certificate Verify Fail (MacOS)
126+
127+
On some computers, you may receive error:
128+
129+
```
130+
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:
131+
unable to get local issuer certificate (_ssl.c:1002)
132+
```
133+
134+
This means there is a problem with the Python version installed, and that it is unable to locate the the SSL certificate. To work around this, navigate to your Python installation (typically **Applications > Python 3.X**), and run the `Install Certificates.command` script.
135+
136+
![Install Certificate.](assets/install-cert.png)
137+
125138
## Delete Files
126139

127140
To delete a file from your board, open the **Arduino Lab for MicroPython** editor, connect to your board, and click the **"File"** button. This will open your local files as well as your board's files.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /