[
https://issues.apache.org/jira/browse/ARROW-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658097#comment-17658097
]
Rok Mihevc commented on ARROW-1064:
-----------------------------------
This issue has been migrated to [issue
#15417|https://github.com/apache/arrow/issues/15417] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> 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
> Assignee: Wes McKinney
> Priority: Major
> Fix For: 0.4.0
>
>
> {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
(v8.20.10#820010)