Wie kann ich das Problem beheben?

Also ich wollte ein Python Package installieren mit pip3 install usw. Dann habe ich eine Fehlermeldung bekommen, welche sagt clang: command not found und als ich versuchte habe die Version von clang herauszubekommen, habe ich solch einen Fehler erhalten:

$ clang –version

Failed loading clang from clang.framework/clang, cause = dlopen(clang.framework/clang, 0x0009): tried:

‘/private/var/containers/Bundle/Application/AF7542B6-C594-4EAB-8533-9E2651F6787E/a-Shell.app/Framewor

ks/clang.framework/clang’ (vm_allocate(size=0x355C000) failed with result=3), ‘/private/var/containers

/Bundle/Application/AF7542B6-C594-4EAB-8533-9E2651F6787E/a-Shell.app/Frameworks/ios_system.framework/F

rameworks/clang.framework/clang’ (no such file), ‘/usr/lib/swift/clang.framework/clang’ (no such file)

, ‘/private/var/containers/Bundle/Application/AF7542B6-C594-4EAB-8533-9E2651F6787E/a-Shell.app/Framewo

rks/clang.framework/clang’ (vm_allocate(size=0x355C000) failed with result=3), ‘clang.framework/clang’

(relative path not allowed in hardened program), ‘/System/Library/Frameworks/clang.framework/clang’ (

no such file)

clang: command not found

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
KarlRanseierIII
1 year ago

If we mean DAS clang, this is a C compiler on BAsis from LLVM.

As it looks clang is not installed or nciht correctly.