diff options
author | Vee9ahd1 <[email protected]> | 2019-06-25 00:24:07 -0400 |
---|---|---|
committer | Vee9ahd1 <[email protected]> | 2019-06-25 00:24:07 -0400 |
commit | b7b043ac983613f02166b0b42bee70daff1539ef (patch) | |
tree | f1bcc54bd9dedb686df2beead7c37902bc3472b8 | |
parent | 298584fa8aa232de87eca342548759c3a8d31e44 (diff) |
invalid tfhub cache error troubleshooting
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ Mac: run `Terminal.app` in your `/Applications/Utilities` directory. Linux: install gentoo. ### Syntax error / command not found / etc. on Windows Did you check "add Python to PATH" in the installer? Probably not. Reinstall and be sure to do that. +### Missing implementation that supports loader(\*(\'... +Somehow the tfhub cache gets invalidated on MacOS sometimes. IDK what causes it at that point but if you delete the tfhub\_modules subdirectory it gives you the problem will be fixed (note: next time you run the script it will have to re-download the model so it will be slow). ### SSL missing issuer certificate. ``` "urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)>" |