irtazahashmi / pytspl

A Python library for Topological Signal Processing and Learning.
MIT License
4 stars 0 forks source link

ModuleNotFoundError: No module named 'scipy' #41

Closed cookbook-ms closed 3 months ago

cookbook-ms commented 3 months ago

Running the first line of the quick start gives the above error. You probably didn't add scipy in the installation

irtazahashmi commented 3 months ago

It's listed in the pyproject.toml file as a dependency. Did you clone the repository and run the quickstart or install it via pip?