Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Windows distribution for 0.17.1 seems broken (conda only) #17191

Closed
asfimport opened this issue May 19, 2020 · 3 comments
Closed

[Python] Windows distribution for 0.17.1 seems broken (conda only) #17191

asfimport opened this issue May 19, 2020 · 3 comments

Comments

@asfimport
Copy link

We just started seeing issues with importing pyarrow on our CI:

https://github.com/vaexio/vaex/pull/749/checks?check_run_id=689857401

Long logs, the issue appears here:

import pyarrow._parquet as _parquet
2541E ImportError: DLL load failed: The specified procedure could not be found.
 
 

Reporter: Maarten Breddels / @maartenbreddels

Note: This issue was originally created as ARROW-8865. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Joris Van den Bossche / @jorisvandenbossche:
Might be similar to conda-forge/pyarrow-feedstock#104, although that was with pyarow 0.16 (but I also see a "Windows fatal exception: access violation" at the start of your logs, and it's also parquet related).

In any case, it's a conda-forge issue, so best to open an issue there as well (or comment on the existing one)

@asfimport
Copy link
Author

Maarten Breddels / @maartenbreddels:
Thanks Joris, We got CI working by installing from pypi for the meantime. Feel free to close this if you don't think it belongs here.

@asfimport
Copy link
Author

Joris Van den Bossche / @jorisvandenbossche:
Closing here, since Uwe Korn found and fixed the issue in the conda-forge package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant