I have a python script that I built over the last 2 weeks using python3.10. The script did run fine 100s of times until I reinstalled python/modules.
我最近升级为3.12。 我不得不再次安装所有单元,但现在出于某种原因,在我试图操作我的文字时,精神镜头2模块仍然有以下错误:
packagespsycopg2\__init__.py", line 51, in <module>
from psycopg2._psycopg import ( # noqa
ImportError: DLL load failed while importing _psycopg: The specified module could not be found.
我正迅速从《视觉演播法》第1.83条手稿。
我已尝试停下来,清除了皮条藏匿点和重新安装。
我已尝试过拟议的心理治疗包。
我尝试更新微软视像C++。 我尝试重整312页。
I assume this is some weird windows dependency issue. Can anyone please help me troubleshoot? I am happy to provide more information if needed.