Skip to content
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

Unable to install pyarrow #23853

Closed
asfimport opened this issue Jan 17, 2020 · 2 comments
Closed

Unable to install pyarrow #23853

asfimport opened this issue Jan 17, 2020 · 2 comments

Comments

@asfimport
Copy link

I'm unable to install Pyarrow running 64-bit python version 3.8 on 64-bit Windows.

I get the following error:

ModuleNotFoundError: No module named 'cmake'
error: command 'C:
Users
*****
AppData
Local
Programs
Python
Python38
Scripts
cmake.exe' failed with exit status 1

Pandas/Numpy are already installed.

 

Environment: Windows 10 64-bit
Reporter: Rockwell Shabani

Note: This issue was originally created as ARROW-7598. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Weston Pace / @westonpace:
I'm not an expert but I believe python 3.8 was released too late to be supported (with prebuilt wheels) by 0.15.  I believe there should be wheels for python 3.8 when pyarrow 0.16 releases (which should be soon, next week or two).  In the meantime you can either use python 3.7 or build from source.  Building from source will be pretty difficult if you don't have a C build environment in place for this kind of thing.  If you do want to build from source then you should start here (https://github.com/apache/arrow/blob/master/docs/source/developers/python.rst).

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Dup of ARROW-6955

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant