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
I'm trying to install manim through the terminal on my macOS (12.7.6) but I keep running into this error:
Would anyone be able to help or give advice please? I tried following the written guide on the Manim website for installing it locally but it hasn't worked out for me yet. I have Python version 3.12.6 installed on my laptop. I've also tried installing Manim through PyCharm but it's giving me the same error.
../meson.build:1:0: ERROR: Unknown compiler(s): [['cc'], ['gcc'],
['clang'], ['nvc'], ['pgcc'], ['icc'], ['icx']]
The following exception(s) were encountered:
Running nvc --version gave "[Errno 2] No such file or directory:
'nvc'"
Running pgcc --version gave "[Errno 2] No such file or directory:
'pgcc'"
Running icc --version gave "[Errno 2] No such file or directory:
'icc'"
Running icx --version gave "[Errno 2] No such file or directory:
'icx'"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to install manim through the terminal on my macOS (12.7.6) but I keep running into this error:
Would anyone be able to help or give advice please? I tried following the written guide on the Manim website for installing it locally but it hasn't worked out for me yet. I have Python version 3.12.6 installed on my laptop. I've also tried installing Manim through PyCharm but it's giving me the same error.
../meson.build:1:0: ERROR: Unknown compiler(s): [['cc'], ['gcc'],
['clang'], ['nvc'], ['pgcc'], ['icc'], ['icx']]
The following exception(s) were encountered:
Running
nvc --version
gave "[Errno 2] No such file or directory:'nvc'"
Running
pgcc --version
gave "[Errno 2] No such file or directory:'pgcc'"
Running
icc --version
gave "[Errno 2] No such file or directory:'icc'"
Running
icx --version
gave "[Errno 2] No such file or directory:'icx'"
Beta Was this translation helpful? Give feedback.
All reactions