gpt4 book ai didi

python - 运行内置示例时出现 Pyqtgraph 错误

转载 作者:行者123 更新时间:2023-11-28 17:35:43 26 4
gpt4 key购买 nike

我正在努力研究如何使用 pyqtgraph 以便我可以使用它。

我尝试运行我在 pyqtgraph 网站上找到的这段代码

import pyqtgraph.examples
pyqtgraph.examples.run()

但它总是抛出这个错误

Traceback (most recent call last):
File "/Users/willemhandreck/Code/Misc.Projects/heater_alert/python/plotly_test.py", line 1, in <module>
import pyqtgraph.examples
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyqtgraph/__init__.py", line 13, in <module>
from .Qt import QtGui
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyqtgraph/Qt.py", line 35, in <module>
from PySide import QtGui, QtCore, QtOpenGL, QtSvg
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PySide/QtGui.so, 2): Library not loaded: libpyside-python2.7.1.2.dylib
Referenced from: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PySide/QtGui.so
Reason: image not found

我该如何解决这个问题?

最佳答案

是的,如果我尝试在 mac 上使用内置的 python,也会出现同样的问题。

我的解决方案是使用 anaconda python 发行版:

1) 下载并安装 Anaconda python,它已经安装了所有正确的科学模块。 http://continuum.io/downloads#all

2) 重启你的终端并确保你有 anaconda 作为你的 python:

$ which python
/Users/caleb/anaconda/bin/python

3)然后安装pyqtgraph:

$ pip install pyqtgraph
...
Successfully installed pyqtgraph-0.9.10

4) 从命令行运行示例:

$ python -m pyqtgraph.examples

或使用上面的 import...run 方法。

-迦勒

关于python - 运行内置示例时出现 Pyqtgraph 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30724367/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com