You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: