question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fresh install requires pyarrow and pyarrow.gandiva

See original GitHub issue

This code is run to cause this requirement:

https://github.com/modin-project/modin/blob/90adc7d7cbbb424c27f0618b94cb006af06dc5e7/modin/backends/pyarrow/query_compiler.py#L20-L21

This is not in the setup.py requirements, but I don’t think we should add it. We should probably just wrap that in a conditional.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dchigarevcommented, Sep 22, 2020

these changes in __init__.py file was done to more handy importing different backends, like just:

from modin.backends import PandasQueryCompiler

however, in reality, that works wrong, I think we should revert these changes for now

0reactions
vnlitvinovcommented, Sep 23, 2020

@dchigarev nice analysis, it took me 5 minutes to make a fix after that, thx!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation | Apache Arrow
Instructions for installing the latest release of Apache Arrow.
Read more >
Pyarrow Not Working on Python 3.8 ModuleNotFoundError ...
It seems like both the pip and conda forge installations are not complete for Python 3.8. I've tried the pip installation for 3.7...
Read more >
pyarrow - PyPI
Installing. Across platforms, you can install a recent version of pyarrow with the conda package manager: conda install pyarrow -c conda-forge.
Read more >
Apache Arrow on the Apple M1 - - Uwe's Blog
If you are eager to use pyarrow on the M1, you can install it just ... Building Arrow C++ for the new architecture...
Read more >
Python Development - Joris Van den Bossche
gandiva : tests for Gandiva expression compiler (uses LLVM) ... pyarrow/bin/activate pip install -r arrow/python/requirements-build.txt \ -r ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found