mac anaconda


conda activate moss

pip uninstall spyder
pip install spyder
spyder

#exit
conda deactivate

question


spyder和QT版本不兼容

pip uninstall spyder
#安装最新版本的spyder
pip install --upgrade --force-reinstall spyder

AttributeError: module ‘psutil’ has no attribute ‘NoSuchProcess’

pip install psutil==5.6.7
#psutil-5.9.0

! 暂时无法解决-(安装mesa 3d和glxinfo->用于查询计算机支持的openfl版本)

brew install mesa
brew install glew
glxinfo | grep "OpenGL version"

你可能感兴趣的:(macos,python)