You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Victor Uriarte (JIRA)" <ji...@apache.org> on 2018/09/06 20:26:00 UTC

[jira] [Created] (ARROW-3183) get_library_dirs on Windows gives the wrong directory

Victor Uriarte created ARROW-3183:
-------------------------------------

             Summary: get_library_dirs on Windows gives the wrong directory
                 Key: ARROW-3183
                 URL: https://issues.apache.org/jira/browse/ARROW-3183
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
    Affects Versions: 0.10.0, 0.9.0
         Environment: Windows 10
Anaconda Python 3.6
            Reporter: Victor Uriarte


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: (the extra spaces are due to the bolding)

{{['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.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)