-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi @dfurtado,
nice to see the project is still active and helping many people!
Question: Any idea when new versions will be released to PyPI?
In detail:
- I saw the
distutilsdependency was discussed in DeprecationWarning for distutils package #52 and resolved in PR Replace the strtobool function #65. - However, when I install with
poetryorpipfor Python 3.12+, it finds the outdatedv1.4.0package on PyPI from 2021, which does NOT include these improvements. - Notice the
project.versioninpyproject.tomlstill states1.4.0. - When I start
python3.12 -c "from dataclass_csv import DataclassWriter"I get the errorModuleNotFoundError: No module named 'distutils'.- The same applies for
from dataclass_csv import DataclassReader
- The same applies for
Is it just me seeing this issue? Am I installing it improperly, or in general people who have not changed to uv?
If you'd like, I can add it as a test and submit a PR for this.
Metadata
Metadata
Assignees
Labels
No labels