LoginSignup
0
0

More than 1 year has passed since last update.

pycord ValueError: mutable default <class 'discord.utils._MissingSentinel'> for field name is not allowed: use default_factory

Posted at

本題

Python3.11で以下のようなエラー文が出てpycordが使えない場合があります。

ValueError: mutable default <class 'discord.utils._MissingSentinel'> for field name is not allowed: use default_factory

この場合、以下のコマンドを実行して最新版のpycordをインストールしてください。

pip install git+https://github.com/pycord-development/pycord

参考文献

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