You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/05/23 12:22:04 UTC

[jira] [Commented] (ARROW-1064) ModuleNotFoundError: No module named 'pyarrow._parquet'

    [ https://issues.apache.org/jira/browse/ARROW-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021123#comment-16021123 ] 

Wes McKinney commented on ARROW-1064:
-------------------------------------

This should be resolved in the next 24 hours; we are in the process of making a release

> ModuleNotFoundError: No module named 'pyarrow._parquet'
> -------------------------------------------------------
>
>                 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
> pyarrow: 0.3.0.post-np112py36_vc14_1 conda-forge [vc14]
>            Reporter: Brecht Machiels
>
> {code}
> $ 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.
> >>>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)