pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: textproc/py-openpyxl: ModuleNotFoundError: No module named 'et_xmlfile'



On Tue, Jul 22, 2025 at 04:13:36PM +0530, Mayuresh wrote:
> After a recent update of pkgsrc, I find openpyxl broken:
> 
>     Python 3.12.9 (main, Feb 14 2025, 20:04:42) [GCC 10.5.0] on netbsd10

The current pkgsrc version is 3.12.11.

>     ModuleNotFoundError: No module named 'et_xmlfile'

Looks like this is
https://pypi.org/project/et-xmlfile/#description
but this was never packaged for pkgsrc AFAIK. So no idea.

On my system, your example works, but I have Python 3.13 installed:

# python3.13
Python 3.13.5 (main, Jul 18 2025, 16:23:52) [GCC 12.4.0] on netbsd10
Type "help", "copyright", "credits" or "license" for more information.
>>> import openpyxl
>>>

 Thomas


Home | Main Index | Thread Index | Old Index