Brecht Machiels created ARROW-1064: -------------------------------------- Summary: ImportError: DLL load failed on "import pyarrow" Key: ARROW-1064 URL: https://issues.apache.org/jira/browse/ARROW-1064 Project: Apache Arrow Issue Type: Bug Components: Python Affects Versions: 0.3.0 Environment: Windows 7 64-bit, conda environment, Python 3.6.1 Reporter: Brecht Machiels
$ python Python 3.6.1 |Continuum Analytics, Inc.| (default, Mar 22 2017, 20:11:04) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pyarrow Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\bmachie\AppData\Local\Continuum\Miniconda3\envs\ml_recommender\lib\site-packages\pyarrow\__init__.py", line 28, in <module> from pyarrow.lib import cpu_count, set_cpu_count ImportError: DLL load failed: The specified procedure could not be found. >>> -- This message was sent by Atlassian JIRA (v6.3.15#6346)