面临与版本 2 PyGreSQL 相同的问题ERROR: from _pg import * ImportError: DLL load failed: The specified module could not be found,但在这种情况下,我可以看到 _pg.pyd 文件未在站点包中创建虚拟环境。
import pg
File "c:\users\pmlp\.virtualenvs\qc-scheduling-nfxvviij\lib\site-packages\pgdb.py", line 68, in <module>
from _pg import *
ImportError: DLL load failed: The specified module could not be found.
知道如何创建它或为什么不创建它吗?