[bug]AttributeError: module ‘typing_extensions‘ has no attribute ‘TypeVar‘
错误“AttributeError: module ‘typing_extensions’ has no attribute ‘TypeVar’”表示typing_extensions您环境中安装的模块未公开TypeVar为属性。 这通常是由于typing_extensions软件包的安装已过期或损坏造成的。
要解决此问题,建议重新安装或升级typing_extensions。这样可以确保您拥有正确包含 和其他必要输入功能的版本。TypeVar
解决此问题的步骤如下: 卸载当前的 Typing_extensions 包。
pip uninstall typing_extensions --yespip install typing_extensions