You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jeremy-rutman
changed the title
cannot import name PlasmaStoreFull from pyarrow.lib'
cannot import name PlasmaStoreFull from pyarrow.lib
Oct 6, 2019
I am running python3.7 in a virtual environment, and hit '### cannot import name PlasmaStoreFull from pyarrow.lib'
import of pyarrow and pyarrow.lib work fine, but pyarrow.lib doesnt seem to have PlasmaStoreFUll. This is with pyarrow 0.15.0
The text was updated successfully, but these errors were encountered: