TDAmeritrade / stumpy

STUMPY is a powerful and scalable Python library for modern time series analysis

Home Page:https://stumpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`setuptools` Removed From Python 3.12

seanlaw opened this issue · comments

In Python 3.12, the setuptools package has been removed and users will need to install it themselves via pip install setuptools. One solution would be to use a pyproject.toml file to install setuptools (see #343) and then everything else should function as normal.