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

[Python] get_library_dirs on Windows can give the wrong directory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.9.0, 0.10.0
    • 0.11.0
    • Python
    • Windows 10
      Anaconda Python 3.6

    Description

      Python Version: Anaconda 3.6
      PyArrow Version: 0.9.0 and 0.10.0
      Installed by: conda

      The function pa.get_library_dirs() points to the wrong directory

      import pyarrow as pa
      print(pa.get_library_dirs())

      returns (Notice the extra lib in the middle of the 2nd string): 

      ['C:\\Anaconda\\lib\\site-packages\\pyarrow', 'C:\\Anaconda\\lib\\Library\\lib']

      but it should be:

      ['C:\\Anaconda\\lib\\site-packages\\pyarrow', 'C:\\Anaconda\\Library\\lib']

      Not sure if this is dependent on how `pyarrow` was installed on the system.

       

      Attachments

        Issue Links

          Activity

            People

              vmuriart Victor Uriarte
              vmuriart Victor Uriarte
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 50m
                  1h 50m