Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS 14.1.1 (23B81) 安装遇到的几个问题,目前已成功启动 #74

Open
simonjoee opened this issue Nov 21, 2023 · 3 comments
Labels
question Further information is requested

Comments

@simonjoee
Copy link

  1. 运行时提示 Library not loaded: @rpath/libfreetype.6.dylib

解决方案:conda install freetype

  1. 运行时提示 ModuleNotFoundError: No module named 'wx'

解决方案:pip install wxpython

  1. 安装 tables 报错 ERROR:: Could not find a local HDF5 installation.

解决方案:

brew install pkg-config
brew install hdf5

export HDF5_DIR=/opt/homebrew/Cellar/hdf5
pip install -r requirements.txt
@simonjoee simonjoee added the question Further information is requested label Nov 21, 2023
@ddviper
Copy link

ddviper commented Nov 22, 2023

牛的~!

@misterluck
Copy link

misterluck commented Apr 30, 2024

MacBookPro M2的无法安装hdf5
使用如下命令解决xcode-select install
brew install hdf5
brew install c-blosc
export HDF5_DIR=/opt/homebrew/opt/hdf5
export BLOSC_DIR=/opt/homebrew/opt/c-blosc

brew install sdl2
brew install pkg-config
export PKG_CONFIG_PATH=/opt/homebrew/opt/freetype/lib/pkgconfig:$PKG_CONFIG_PATH

brew install freetype
export INCLUDEPATH=/opt/homebrew/Cellar/freetype/2.13.2/include:$INCLUDEPATH

@misterluck
Copy link

misterluck commented May 7, 2024

  Package freetype2 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `freetype2.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'freetype2' found

brew install freetype
export INCLUDEPATH=/opt/homebrew/Cellar/freetype/2.13.2/include:$INCLUDEPATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants