Github messages for voidlinux
 help / color / mirror / Atom feed
From: ElDifinitivo <ElDifinitivo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] pandas is broken with ImportError: undefined symbol: xstrtod
Date: Thu, 27 Jan 2022 16:15:19 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35258@inbox.vuxu.org> (raw)

[-- 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.

             reply	other threads:[~2022-01-27 15:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-27 15:15 ElDifinitivo [this message]
2022-01-28 21:36 ` ahesford
2022-01-28 21:36 ` [ISSUE] [CLOSED] " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35258@inbox.vuxu.org \
    --to=eldifinitivo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).