-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
New issue
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
BUG: clang-9: error: -Wl,-export_dynamic: 'linker' input unused (OSX) #33314
Comments
This is probably down somewhere in the packaged Python/distutils code but instead of fixing this, I'd rather see #33315 tackled. |
I am unable to reproduce this on macOS - can you check this is still relevant? conda list packages in environment at /Users/williamayd/miniconda3/envs/pandas-compile-test:Name Version Build Channelc-compiler 1.1.2 hc929b4f_0 conda-forge |
Yes, this still happens:
This then leads to
Note that I'm using |
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
conda environment
Error message:
Output of
pip install -e ~/Development/pandas --no-deps --no-use-pep517 -vvv
:export | grep FLAGS
:Seems like this is not the first issue in response to #32163, there is also e.g. #33224
The text was updated successfully, but these errors were encountered: