Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-748

[Python] Pin runtime library versions in conda-forge packages to force upgrades

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.2.0
    • 0.3.0
    • Packaging, Python
    • None
    • OS X 10.12.3, Python 3.5.2

    Description

      Had been using PyArrow 0.1 ok. Uninstalled 0.1. Installed 0.2 using

      conda install -c conda-forge pyarrow
      

      But then, when I try

      import pyarrow

      , I get the following error

      ImportError                               Traceback (most recent call last)
      <ipython-input-1-6218b61e718a> in <module>()
      ----> 1 import pyarrow as pa
      
      /Users/gnilrets/miniconda3/envs/pyitketl/lib/python3.5/site-packages/pyarrow/__init__.py in <module>()
           26 
           27 
      ---> 28 import pyarrow.config
           29 from pyarrow.config import cpu_count, set_cpu_count
           30 
      
      ImportError: dlopen(/Users/gnilrets/miniconda3/envs/pyitketl/lib/python3.5/site-packages/pyarrow/config.cpython-35m-darwin.so, 2): Symbol not found: __ZN5arrow2io9Writeable5FlushEv
        Referenced from: /Users/gnilrets/miniconda3/envs/pyitketl/lib/python3.5/site-packages/pyarrow/libpyarrow.dylib
        Expected in: /Users/gnilrets/miniconda3/envs/pyitketl/lib/python3.5/site-packages/pyarrow/../../../libarrow_io.dylib
       in /Users/gnilrets/miniconda3/envs/pyitketl/lib/python3.5/site-packages/pyarrow/libpyarrow.dylib
      

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              gnilrets Sterling Paramore
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: