DanielKerrigan
DanielKerrigan
Hi @dmp42, I am also experiencing the same problem. I am using a similar command as the person above and I am receiving the same 500 internal server error. Here...
Edit: my original comment below installs `tslearn` without error, but then there is an error when doing an import, like `from tslearn.clustering import TimeSeriesKMeans`, similar to what is mentioned in...
Installing from the GitHub repository with the below command also leads to importing errors on my older, Intel Mac. ``` python -m pip install -v https://github.com/tslearn-team/tslearn/archive/main.zip ``` I believe the...
@rtavenar Would you be receptive to a PR that makes the above changes to `pyproject.toml` to address this issue?