You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no data involved, but run the script code attached with uv to reproduce
Code that reproduces the bug
# /// script# requires-python = ">=3.13"# dependencies = [# "ydata-profiling",# ]# ///# run this script with `uv run --script script.py` to reproduceif__name__=="__main__":
importydata_profiling
pandas-profiling version
trying to install the latest
Dependencies
the dependency that is broken is htmlmin, which use the stdlib module cgi which was deprecated in python 3.11 and removed in python 3.13. As per this issue a safer dependency seems to be htmlmin2
(i know this is not what I should put in this issue template, but it seemed useful information that should end up somewhere)
OS
No response
Checklist
There is not yet another bug report for this issue in the issue tracker
The problem is reproducible from this bug report. This guide can help to craft a minimal bug report.
The issue has not been resolved by the entries listed under Common Issues.
The text was updated successfully, but these errors were encountered:
note that I found a related issue to python 3.13 compatibility #1419 but this is related to a new package, so I thought it could use another issue. Feel free to close this and incorporate the information in that issue (to fix for python 3.13 support you need to fix at least those two things)
Current Behaviour
the library does not support python 3.13
Expected Behaviour
it should :)
Data Description
no data involved, but run the script code attached with uv to reproduce
Code that reproduces the bug
pandas-profiling version
trying to install the latest
Dependencies
the dependency that is broken is htmlmin, which use the stdlib module cgi which was deprecated in python 3.11 and removed in python 3.13. As per this issue a safer dependency seems to be htmlmin2
(i know this is not what I should put in this issue template, but it seemed useful information that should end up somewhere)
OS
No response
Checklist
The text was updated successfully, but these errors were encountered: