Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 pycharm IDE 下的软件中使用 pyROOT 模块。我的问题是 IDE 无法识别任何根模块。你能告诉我我应该怎么做才能解决这个问题吗?
正如这里所讨论的,你可以通过这样做来解决这个问题;
“如果您选择正确的项目并转到文件 > 设置,在项目设置下,您可以看到项目解释器,它会告诉您正在使用哪个解释器。”
一旦您选择了正确的解释器,您还需要按照此处的说明安装 PYRoot 。
您可以使用 pip 安装 rootpy 绑定,在此处和此处进行了说明。