-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Hi, I cannot install pyarrow 0.15.1
Steps:
$ python3 -m venv virtualenv
$ source virtualenv/bin/activate
$ pip install numpy
$ virtualenv/bin/python3 -c 'import numpy as n; print(n.__version__); print(n.get_include());'
1.17.4
/tmp/virtualenv/lib/python3.8/site-packages/numpy/core/include
$ pip install pyarrow==0.15.1
Log: see attached log
Environment: Arch Linux (5.4.2), Python 3.8.0
Reporter: Pavol Plaskoň
Assignee: Uwe Korn / @xhochy
Related issues:
- [Python] create manylinux wheels for python3.8 (duplicates)
Original Issue Attachments:
PRs and other links:
Note: This issue was originally created as ARROW-7407. Please see the migration documentation for further details.