unsuccessful install on macos #1150
-
Hello, I am unable to run parcels on my mac (architecture x86_64) with macos 12.3. I run into compilation errors as soon as I tried any of the tutorials. I have tried the installation in two ways: installing parcels with conda or following the "Installation for developers". In both cases I get a version of the error message below. Looks like there is an issue with XCode? (otherwise I have been able to install parcels on the HPC of my university). Any suggestion on how to resolve this would be greatly appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hello Shane,
This seems to be an issue with your compiler, please try and upgrade Xcode Command Line Tools:
https://stackoverflow.com/questions/42538171/how-to-update-xcode-command-line-tools#53364628
Does that help?
Leo
On 17 Mar 2022, at 13:50, Shane Elipot ***@***.******@***.***>> wrote:
Hello,
I am unable to run parcels on my mac (architecture x86_64) with macos 12.3. I run into compilation errors as soon as I tried any of the titorials. I have tried the installation in two ways: installing parcels with conda or following the "Installation for developers". In both cases I get a version of the error message below. Looks like there is an issue with XCode? (otherwise I have been able to install parcels on the HPC of my university). Any suggestion on how to resolve this would be greatly appreciated.
ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libm.tbd' for architecture x86_64
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
—
Reply to this email directly, view it on GitHub<#1150>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB4Q7HKQ5FB3ZO244X7V4RDVAMTCBANCNFSM5Q634GIA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have XCode 13.3 installed, and installed the additional component from within XCode.
So I think XCode is up to date? |
Beta Was this translation helpful? Give feedback.
-
Have you tried |
Beta Was this translation helpful? Give feedback.
-
And that did it @erikvansebille ! Thank you so much! |
Beta Was this translation helpful? Give feedback.
Have you tried
export CC=gcc
before invoking the python call?