0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

なにもしていないのに、buildに失敗した話

Posted at

Pythonで開発中.

requirements.txtを触ってないのにビルドが失敗...
エラーメッセージは「client-init got an unexpected keyword argument proxies」

おいおいおい。どうして急に?
原因を調べたら、openaiパッケージのバージョン1.55.3にアップデートする必要があるとのこと.

うそやん。そんなことある?
そこでバージョンを指定して再ビルドしたら、無事Buildに成功

急なアップデートは問題ないけど、今まで使用できたものが使用できなくなるのは、あまりよろしくないですぞ...
OpenAIさん、もう少し安定した更新をお願いします(´ω`)

#調べたページ
https://community.openai.com/t/client-openai-returns-error-client-init-got-an-unexpected-keyword-argument-proxies/1035249/14

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?