You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/07/08 18:46:00 UTC

[jira] [Created] (ARROW-9381) [Python] test_dataset_schema_metadata fails on AppVeyor fork

Antoine Pitrou created ARROW-9381:
-------------------------------------

             Summary: [Python] test_dataset_schema_metadata fails on AppVeyor fork
                 Key: ARROW-9381
                 URL: https://issues.apache.org/jira/browse/ARROW-9381
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Antoine Pitrou


I have this consistent error on all builds on my AppVeyor account:
https://ci.appveyor.com/project/pitrou/arrow/builds/33985399/job/mxb95s5u6f0aoaxj#L1756

{code}
            raise ImportError(
>               "Unable to find a usable engine; "
                "tried using: 'pyarrow', 'fastparquet'.\n"
                "pyarrow or fastparquet is required for parquet "
                "support"
            )
E           ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
E           pyarrow or fastparquet is required for parquet support
{code}

It never happens on the Apache AppVeyor account, for some unknown reason.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)