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.

ModuleNotFoundError: No module named 'pyarrow._plasma'

See original GitHub issue

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.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
nalepaecommented, 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.

1reaction
flrscommented, Jul 19, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I fix "No module named 'pyarrow._plasma'"?
According to a plasma windows issue thread on github, plasma is not supported on Windows Operating System. This post dates back to January ......
Read more >
ModuleNotFoundError: No module named 'pyarrow' in Python
The Python "ModuleNotFoundError: No module named 'pyarrow'" occurs when we forget to install the pyarrow module before importing it or ...
Read more >
modulenotfounderror: no module named 'api' - You.com | The ...
I tried to reproduce the example for plasma from here https://arrow.apache.org/docs/python/plasma.html but import pyarrow.plasma as plasma gives me ...
Read more >
Installing PyArrow — Apache Arrow v10.0.1
PyArrow is currently compatible with Python 3.7, 3.8, 3.9, 3.10 and 3.11. Using Conda¶. Install the latest version of PyArrow from conda-forge using...
Read more >
ModuleNotFoundError: No module named 'pyarrow'
ModuleNotFoundError : No module named 'pyarrow' ... How to remove the ModuleNotFoundError: No module named 'pyarrow' error? ... Hi,. In your python environment...
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