matrix-profile-foundation / matrixprofile

A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
https://matrixprofile.org
Apache License 2.0
362 stars 62 forks source link

Publish a version to pip that includes `mstomp` algorithm. #89

Open CharlesHolbrow opened 2 years ago

CharlesHolbrow commented 2 years ago

Is your feature request related to a problem? Please describe. The most recent version of matrixprofile on pip is from January 2021. Since then , the mstomp algorithm was added to the official repo. The repo includes mstomp algorithm, but it's not available via pip

Describe the solution you'd like Could you publish a newer version to PIP that includes mstomp mentioned in this issue?

Describe alternatives you've considered I tried installing directly from github with pip install git+https://github.com/matrix-profile-foundation/matrixprofile, but this results in an error: clang: error: unsupported option '-fopenmp'. I don't know very much about the PIP installer process, but I could probably look into this error more closely if it's helpful.

Additional context Many thanks for taking a look!

Jalanjii commented 2 years ago

@CharlesHolbrow Did you find a way to accomplish this?