Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Traubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Nov 28, 2023
1 parent 29ed504 commit 2a0b8d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [MeCab for Japanese](./install/mecab.md)
- [More details, if needed!](./install/more-details/index.md)
- [Windows using Docker](./install/more-details/windows-using-docker.md)
- [Troubleshooting](./install/troubleshooting.md)
- [Beta releases](./install/beta-releases.md)

# Usage
Expand Down
15 changes: 15 additions & 0 deletions src/install/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Troubleshooting

Tech is complicated, tech can break.

As always, Google is your best friend here.

## CERTIFICATE_VERIFY_FAILED

One user (on a Mac, pip install of Lute) reported an error on doing image or dictionary lookups:

```
Mac OSX python ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
```

Likely solutions are outlined in [this StackOverflow post](https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify).

0 comments on commit 2a0b8d4

Please sign in to comment.