python项目报错the greenlet library is required to use this function. DLL load failed while importing _greenlet: 找不到指定的模块。
有勇气的牛排
1397
Python
2022-11-26 13:32:21
<p>问题: the greenlet library is required to use this function. DLL load failed while importing _greenlet: 找不到指定的模块。</p>
<p>解决方案:<br />
缺库了</p>
<p>下载官网:<a href="https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170" target="_blank">https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170</a></p>
<p>库:<a href="https://download.visualstudio.microsoft.com/download/pr/bcb0cef1-f8cb-4311-8a5c-650a5b694eab/2257B3FBE3C7559DE8B31170155A433FAF5B83829E67C589D5674FF086B868B9/VC_redist.x64.exe" target="_blank">https://download.visualstudio.microsoft.com/download/pr/bcb0cef1-f8cb-4311-8a5c-650a5b694eab/2257B3FBE3C7559DE8B31170155A433FAF5B83829E67C589D5674FF086B868B9/VC_redist.x64.exe</a></p>
留言