Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sa2taka committed May 21, 2024
1 parent 6a60474 commit 99940ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/_til/2024-05-20-gcloud-error-after-upgrade-brew.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ImportError: dlopen(/Users/sa2taka/.pyenv/versions/3.11.1/lib/python3.11/lib-dyn
Reason: tried: '/usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib' (no such file), '/usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib' (no such file), '/usr/local/lib/libssl.1.1.dylib' (no such file), '/usr/lib/libssl.1.1.dylib' (no such file, not in dyld cache)
```

エラーの上部にs解決策が色々出てるが、原因は `openssl@1.1` がないことだ。どうやら `brew upgrade` を叩いた際に消えたようだ。
エラーの上部に解決策が色々出てるが、原因は下部のほうにある `openssl@1.1` がないことだ。どうやら `brew upgrade` を叩いた際に消えたようだ。
とりあえず `openssl@1.1` をダウンロードすることで解決できる。

```
Expand Down

0 comments on commit 99940ed

Please sign in to comment.