-
Notifications
You must be signed in to change notification settings - Fork 44
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
6.7 チャットボットとの会話時のエラー #24
Comments
ご質問ありがとうございます。 本書の6章以降のソースコードは全て、書籍に記載の通りAWSのCloud9で動作確認しています。 共有いただいたエラーを見ると、Windows上で実行されているのではないかと思います。 よろしくお願いします。 |
状況共有ありがとうございます。 以下の情報を共有いただければサポートさせていただきます。
よろしくお願いします。 |
・OS:Amazon Linux 2 |
状況共有ありがとうございます。 Cloud9の環境のアップデートなどで、書籍の通りの手順でエラーが発生するようになったようです。
pyenv versions
pyenv uninstall -f <確認したバージョン。3.10.15など>
sudo yum install -y libffi-devel
pyenv install 3.10 よろしくお願いします。 |
こちらのエラーについて、他の方も遭遇する可能性の高い内容のため、このリポジトリのREADMEに追記しました。 https://github.com/yoshidashingo/langchain-book エラーの共有ありがとうございました。 |
エラーの説明
6.7で作成したapp.pyを実行し、チャットボットに文章を送るとエラーが起きてしまいます。
環境はVsCodeです。
スクリーンショット
環境
VsCode
The text was updated successfully, but these errors were encountered: