You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sterling Paramore:
You're right. arrow-cpp was still on version 0.1. conda update arrow-cpp didn't change that, however. I tried conda install -c conda-forge arrow-cpp and it did update the version, but I still got a similar error (different symbol was missing though). Then I uninstalled pyarrow and arrow-cpp (which also uninstalled parquet-cpp) and reinstalled the 0.2 version. Now it works!
Had been using PyArrow 0.1 ok. Uninstalled 0.1. Installed 0.2 using
But then, when I try ```Java
import pyarrow
Environment: OS X 10.12.3, Python 3.5.2
Reporter: Sterling Paramore
Assignee: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-748. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: