You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jakteristics wheel seems to not be available for MacOS.
Users who want to install jakteristics on MacOs need to :
1 ) install gcc-12 and g++-12 compilers and use them instead of the default clang to build the jakteristics wheel (gcc and g++ binaries will be located in /opt/homebrew/bin folder)
2 ) install jakteristics with CC=gcc-12 CXX=g++-12 pip install jakteristics
The text was updated successfully, but these errors were encountered:
jakteristics
wheel seems to not be available for MacOS.Users who want to install
jakteristics
on MacOs need to :1 ) install
gcc-12
andg++-12
compilers and use them instead of the default clang to build thejakteristics
wheel (gcc
andg++
binaries will be located in/opt/homebrew/bin
folder)2 ) install
jakteristics
withCC=gcc-12 CXX=g++-12 pip install jakteristics
The text was updated successfully, but these errors were encountered: