giotto-ai / giotto-tda

A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
858 stars 175 forks source link

[BUG] ERROR: Could not build wheels for giotto-tda-nightly, which is required to install pyproject.toml-based projects #694

Open huangbogeng opened 8 months ago

huangbogeng commented 8 months ago

When I was installing giotto-tda the following error occurred: python -m pip install -U giotto-tda-nightly ERROR: Could not build wheels for giotto-tda-nightly, which is required to install pyproject.toml-based projects

python -m pip install -U giotto-tda ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.

This incident also occurred last week[ #690 ], but was fixed quickly.

matteocao commented 5 months ago

Dear @huangbogeng ,

the nightly has not been built for years and the CI is not folly working on the nightly (I need to fix it yet).

However, we now have a new version of giotto-tda that includes the latests python versions. Can you try to pip install giotto-tda==0.6.2 ? I just did it and it worked well immediately.