PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

Create pip_install_on_py3_12.yml #693

Closed cclauss closed 7 months ago

cclauss commented 9 months ago

A temporary file to demonstrate the problems that I am having with python3.12 -m pip install PyWavelets

AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

Test results: https://github.com/PyWavelets/pywt/actions/workflows/pip_install_on_py3_12.yml

This is a different problem than

rgommers commented 7 months ago

Thanks @cclauss, and apologies for the delay. New release is up now.