We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Performing python -m pip install sagemaker-training fails with
python -m pip install sagemaker-training
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -DOPENSSL_NO_SSL3 -Isrc/sagemaker_training/c -I/Users/.../work/tmp/sagemaker-training_2/.venv/include -I/Users/.../.pyenv/versions/3.9.18/include/python3.9 -c src/sagemaker_training/c/gethostname.c -o build/temp.macosx-15.0-arm64-3.9/src/sagemaker_training/c/gethostname.o -Wall -shared -export-dynamic -ldl clang: error: unknown argument: '-export-dynamic' clang: warning: -ldl: 'linker' input unused [-Wunused-command-line-argument] error: command '/usr/bin/clang' failed with exit code 1 [end of output]
For some reason it tries to pass -export-dynamic to the compiler and not the linker
-export-dynamic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Performing
python -m pip install sagemaker-training
fails withFor some reason it tries to pass
-export-dynamic
to the compiler and not the linkerThe text was updated successfully, but these errors were encountered: