Stata加载共享库python39.dll失败
我正在尝试从 Stata 调用 Python。它运行没有任何问题,直到我最近更新了 Python。现在,当我尝试从 Stata 调用 Python 时,出现以下错误:
无法加载共享库C:\ProgramData\Anaconda3\python39.dll
我的 Stata 版本是 16.1。 Python 版本是 3.9.10。
I'm trying to call Python from Stata. It was working without any problems, until I recently updated Python. Now, when I try to call Python from Stata I get the following error:
failed to load the shared library C:\ProgramData\Anaconda3\python39.dll
My Stata version is 16.1. Python version is 3.9.10.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 Python 版本降级到 3.8.12 解决了该问题。
Downgrading version of Python to 3.8.12 solved the issue.
我使用python3.10.9时也遇到同样的问题,然后我将python降级到3.9.17,就解决了。看来Stata不支持最新版本的python。
I have a same problem when I use python3.10.9, and then I downgrade python to 3.9.17, it is solved. Seems Stata don't support the latest version of python.