-
Notifications
You must be signed in to change notification settings - Fork 2.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
Cannot install pyarrow on macOS "Big Sur" with pyenv and Python 3.9 #3627
Comments
Looks like a duplicate bug report to me. |
@dbanty Yes, this looks like one of them. There are quite some issues reported regarding bigsur/new cpu, I lost track of what is what exactly. But anyway it is a known issue, and it is mostly solved (as far as I can tell), just need patience until it is released. |
Maybe this is the most complete ticket on the topic: #3458 (assuming it is indeed the same root cause). |
I'm actually encountering the same problem using
This makes me think the issue is not with Poetry, but in the pyarrow package itself. |
@ybroze I'm fairly certain the issue that was in Poetry has been fixed in the latest versions. There are a couple related issues though:
|
Update: I just noticed this GitHub issue is on the Poetry repository; it looks like ARROW-13053 is the correct issue tracking this on the Arrow side, and it should be fixed with Arrow 5.0.0, which is not released yet. I'm unable to
Here is a full build output
When I go into the temporary pip build directory (thanks to
I used
Maybe somewhere in the pyarrow build process, the system Arrow root is copied in a way that can be modified to dereference symlinks? I'll poke at it a bit more but it's not super familiar territory for me. |
I can confirm it's not |
Closing, since this appeared to be an issue with the package itself. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
I'm unable to install pyarrow via
poetry add pyarrow
on macOS 11.1 "Big Sur" into a virtualenv which uses Python 3.9.0 via pyenv.Here's the error I see:
It seems there is a wheel for macOS 11, but it's not being used by Poetry. For instance, I am able to install pyarrow via pip via
pip install pyarrow
, so I'm wondering why Poetry isn't able to manage.The text was updated successfully, but these errors were encountered: