ModuleNotFoundError: No module named 'pyarrow._plasma'
See original GitHub issueWhen 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:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.