"size changed, may indicate binary incompatibility"
See original GitHub issueWhat is that and how do I silence this warning?
../../pyarrow-test-3.6/lib/python3.6/site-packages/pyarrow/tests/test_cython.py:102:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E ValueError: pyarrow.lib.DictionaryMemo size changed, may indicate binary incompatibility. Expected 184 from C header, got 160 from PyObject
lib.pxd:75: ValueError
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
RuntimeWarning: numpy.dtype size changed, may indicate ...
When import scipy, error info shows: RuntimeWarning: builtin.type size changed, may indicate binary incompatibility. Expected zd, got zd.
Read more >ValueError: numpy.ndarray size changed, may ... - GitHub
Describe the bug Below error is thrown while importing nemo.collections.asr package Traceback (most recent call last): File " ", line 1, ...
Read more >ValueError: numpy.ndarray size changed, may indicate binary ...
I'm answering to my own question. numpy >=1.20 is not available from Bullseye repository. So I decided to install it from pypi through...
Read more >Pandas : ValueError: numpy.ufunc size changed, may indicate ...
Pandas : ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C header, got 192 from PyObject ...
Read more >ValueError: numpy.ndarray size changed, may indicate binary ...
After the new release of numpy 1.22.0 on Dec 31st, Databricks failed with this error for my existing Databricks Notebook Version 10.1 and...
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 FreeTop 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
Top GitHub Comments
Update: I managed to reproduce locally… but only with manylinux1, not manylinux2010!
Here is a manylinux1-produced wheel:
Here is a manylinux2010-produced wheel:
How can we create binary @pitrou