Failure to install pyarrow and fastparquet

Asked

Viewed 43 times

-1

Good afternoon, folks, I’m a beginner in python so please be patient.

I’m trying to read a file like . parquet, so I looked on the internet how I could read it and saw that I should install pyarrow or fastparquet.

So I tried the Pip install pyarrow in my jupyter botebook and it does not stop running (there is that asterisk on the side of the cell). I then tried by command prompt, and I get an error:

Error: Failed building wheel for pyarrow (in red)

Failed to build pyarrow (blank)

Error: Could not build Wheels for pyarrow which use PEP 517 and cannot be installed directly (in red)

Of course there’s more text in red, but I don’t know if it’s worth copying everything, so I left the last three messages that came in. Maybe this will help you help me.

I tried the same procedure for the fastparquet, in jupyter botebook the same situation (does not stop running) and in the command prompt a different answer, but a lot of text in red and, at the end of the day, nothing done. Here the error seems to be that I need Microsoft Visual C++ 14.0 (Microsoft Visual C++ 14.0 is required.).

Could someone help me understand why I can’t get the pyarrow down? Or if there’s a simpler way to read and manipulate a parquet file that I haven’t thought of, I’d appreciate it.

My version of Python is 3.7.4.

Yours sincerely. Bia.

  • Tries pip install apache-superset

  • @Paulo Marques, do you suggest installing Apache Superset so you can manipulate data in parquet? Or because it contains pyarrow? I saw on the Internet that he is a tool of Business Intelligence, or he is also a "module/ library" or I who did not understand anything? I want and need to use the jupyter notebook so I do not want or can use another platform to solve this problem.

  • 1

    I just realized that there is a message that it is not supported on Windows 32-bit, but my system is 64-bit. I’m not getting anything else. When I type python in my command prompt I get Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:16:31) [MSC v.1600 64 bit (AMD64)] on Win32

  • The suggestion was because it contained the pyarrow...

1 answer

-1


Hello,

See if it works that way:

python -m pip install --no-use-pep517 pyarrow

Browser other questions tagged

You are not signed in. Login or sign up in order to post.