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

cannot import name PlasmaStoreFull from pyarrow.lib #48

Closed
jeremy-rutman opened this issue Oct 6, 2019 · 2 comments
Closed

cannot import name PlasmaStoreFull from pyarrow.lib #48

jeremy-rutman opened this issue Oct 6, 2019 · 2 comments

Comments

@jeremy-rutman
Copy link

I am running python3.7 in a virtual environment, and hit '### cannot import name PlasmaStoreFull from pyarrow.lib'

  File "/home/jeremyr/p37/lib/python3.7/site-packages/pandarallel/utils.py", line 10, in <module>
    from pyarrow.lib import PlasmaStoreFull as _PlasmaStoreFull
ImportError: cannot import name 'PlasmaStoreFull' from 'pyarrow.lib' (/home/jeremyr/p37/lib/python3.7/site-packages/pyarrow/lib.cpython-37m-x86_64-linux-gnu.so)
(p37) jeremyr@bolt88:~/sdt-address$ 

import of pyarrow and pyarrow.lib work fine, but pyarrow.lib doesnt seem to have PlasmaStoreFUll. This is with pyarrow 0.15.0

@jeremy-rutman jeremy-rutman changed the title cannot import name PlasmaStoreFull from pyarrow.lib' cannot import name PlasmaStoreFull from pyarrow.lib Oct 6, 2019
@nalepae nalepae closed this as completed in 94e535a Oct 6, 2019
@nalepae
Copy link
Owner

nalepae commented Oct 6, 2019

Fixed in Pandarallel v1.3.3.

Thanks for the bug report!

nalepae added a commit that referenced this issue Oct 6, 2019
@jeremy-rutman
Copy link
Author

fantastic !

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

No branches or pull requests

2 participants