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

ModuleNotFoundError: No module named 'pyarrow._plasma' #15

Closed
ElcoK opened this issue Apr 3, 2019 · 5 comments
Closed

ModuleNotFoundError: No module named 'pyarrow._plasma' #15

ElcoK opened this issue Apr 3, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ElcoK
Copy link

ElcoK commented Apr 3, 2019

When trying to import pandarallel, I get the following error:

ModuleNotFoundError: No module named 'pyarrow._plasma'

I am running this in a conda virtual environment, using python 3.7 and on a Windows 10 machine.

@nalepae nalepae self-assigned this Apr 3, 2019
@nalepae nalepae added the bug Something isn't working label Apr 3, 2019
@VictorZuanazzi
Copy link

VictorZuanazzi commented Apr 4, 2019

I am having the same problem. Any ideas of how to solve it?

I am also using python 3.7 and windows 10

@nalepae
Copy link
Owner

nalepae commented Apr 4, 2019

Well, it seems that PyArrow Plasma (the library which implement the shared memory used by Pandarallel) is not yet available on Windows (only Linux & macOS), as written here ...

So sorry, at the moment Pandarallel is not available on Windows.
As soon as PyArrow Plasma is available on Windows, Pandarallel should work.

@flrs
Copy link

flrs commented Jul 19, 2019

On the dev side, we might want to watch the pull request apache/arrow#3704 which will help with porting PyArrow Plasma to Windows.

@nalepae
Copy link
Owner

nalepae commented Jul 20, 2019

Merci beaucoup Florian,

As soon as it is merged, I will test it and release a new version of Pandarallel!

@nalepae nalepae added enhancement New feature or request and removed bug Something isn't working labels Jul 22, 2019
@nalepae
Copy link
Owner

nalepae commented Mar 14, 2022

Fixed on pandarallel v1.6.0.

Be sure to checkout the documentation.

@nalepae nalepae closed this as completed Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants