Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2023 10:23:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 266488] math/py-pandas: Fails to print version
Message-ID:  <bug-266488-21822-TSz427oXku@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266488-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266488-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266488

Ruslan Makhmatkhanov <rm@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rm@FreeBSD.org

--- Comment #3 from Ruslan Makhmatkhanov <rm@FreeBSD.org> ---
I suppose this should be closed as resolved. pandas is now 2.0.3 in ports a=
nd
show_versions() works fine there:

In [1]: import pandas as pd

In [2]: print(pd.show_versions())
/usr/local/lib/python3.9/site-packages/_distutils_hack/__init__.py:33:
UserWarning: Setuptools is replacing distutils.
  warnings.warn("Setuptools is replacing distutils.")

INSTALLED VERSIONS
------------------
commit           : 0f437949513225922d851e9581723d82120684a6
python           : 3.9.18.final.0
python-bits      : 64
OS               : FreeBSD
OS-release       : 15.0-CURRENT

[skip]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266488-21822-TSz427oXku>