Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] pandas is broken with ImportError: undefined symbol: xstrtod
@ 2022-01-27 15:15 ElDifinitivo
  2022-01-28 21:36 ` ahesford
  2022-01-28 21:36 ` [ISSUE] [CLOSED] " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ElDifinitivo @ 2022-01-27 15:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2248 bytes --]

New issue by ElDifinitivo on void-packages repository

https://github.com/void-linux/void-packages/issues/35258

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  `Void 5.15.16_1 x86_64 AuthenticAMD uptodate rrmFFFFFFFFFFFFF`

* package:  `python3-pandas-1.4.0_1`

### Expected behavior

To be able to use the library.

### Actual behavior

```python3
>>> import pandas as pd
Traceback (most recent call last):
  File "<input>", line 1, in <module>
    import pandas as pd
  File "/usr/lib/python3.10/site-packages/pandas/__init__.py", line 22, in <module>
    from pandas.compat import is_numpy_dev as _is_numpy_dev
  File "/usr/lib/python3.10/site-packages/pandas/compat/__init__.py", line 14, in <module>
    from pandas.compat.numpy import (
  File "/usr/lib/python3.10/site-packages/pandas/compat/numpy/__init__.py", line 4, in <module>
    from pandas.util.version import Version
  File "/usr/lib/python3.10/site-packages/pandas/util/__init__.py", line 1, in <module>
    from pandas.util._decorators import (  # noqa:F401
  File "/usr/lib/python3.10/site-packages/pandas/util/_decorators.py", line 14, in <module>
    from pandas._libs.properties import cache_readonly  # noqa:F401
  File "/usr/lib/python3.10/site-packages/pandas/_libs/__init__.py", line 13, in <module>
    from pandas._libs.interval import Interval
  File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
  File "pandas/_libs/hashtable.pyx", line 1, in init pandas._libs.hashtable
  File "pandas/_libs/missing.pyx", line 1, in init pandas._libs.missing
  File "/usr/lib/python3.10/site-packages/pandas/_libs/tslibs/__init__.py", line 30, in <module>
    from pandas._libs.tslibs.conversion import (
  File "pandas/_libs/tslibs/conversion.pyx", line 63, in init pandas._libs.tslibs.conversion
ImportError: /usr/lib/python3.10/site-packages/pandas/_libs/tslibs/parsing.so: undefined symbol: xstrtod
```

### Steps to reproduce the behavior

Any python software, either in the interpreter or any program/script, will fail with that exception output.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-28 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27 15:15 [ISSUE] pandas is broken with ImportError: undefined symbol: xstrtod ElDifinitivo
2022-01-28 21:36 ` ahesford
2022-01-28 21:36 ` [ISSUE] [CLOSED] " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).