https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
--- Comment #7 from Ruslan Makhmatkhanov ---
(In reply to Yuri Victorovich from comment #0)
that message actually can be triggered by just import numba
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
--- Comment #6 from Ruslan Makhmatkhanov ---
According to the docs [1], numba 0.56.2 that we have in ports need numpy =<
1.24, while we have version 1.25 in ports. So the problem port is numba, not
pandas. Solution would be to upgrade numba
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
--- Comment #5 from Ruslan Makhmatkhanov ---
Ok, I was able to reproduce after installing py39-numba. Anyway, it's not
listed as a default (or optional) dependency of pandas, so I'd report that
upstream instead. Works just fine w/o numba in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
--- Comment #4 from Yuri Victorovich ---
The same script fails because apparently the numba dependency is missing:
> $ python3.9 test-pandas.py
> /usr/local/lib/python3.9/site-packages/_distutils_hack/__init__.py:33:
> UserWarning: Setupto
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
Ruslan Makhmatkhanov changed:
What|Removed |Added
CC||r...@freebsd.org
--- Commen
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
Kubilay Kocak changed:
What|Removed |Added
Status|New |Open
Keywords|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
Wen Heping changed:
What|Removed |Added
CC||w...@freebsd.org
--- Comment #1 from
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
Bug ID: 266488
Summary: math/py-pandas: Fails to print version
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity:
Bugzilla Automation has asked freebsd-python (Nobody)
for maintainer-feedback:
Bug 266488: math/py-pandas: Fails to print version
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266488
--- Description ---
This script:
> import pandas as pd
> print(pd.show_versions())
fails:
>