blaze / blaze/datashape

The `datashape` package can not be installed in a python 3.12 env

Open
#245 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
189
Forks
62
PR merge metrics
No merged PRs in 30d

Description

The `datashape` package can not be installed in a python 3.12 environment due to `versioneer` module which invokes `configparser.SafeConfigParser()`. This class has been renamed to `ConfigParser` in Python 3.2. `SafeConfigParser` then became a deprecated alias and has been removed in Python 3.12.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.