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

Installing Giotto[BUG] #696

Closed jimmyz100 closed 5 months ago

jimmyz100 commented 6 months ago

Describe the bug ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI. giotto-tda depends on pycairo@

To reproduce Steps to reproduce the behavior:

  1. Use Python 3.11.7
  2. pip install giotto-tda
  3. See error

Expected behavior Installation is complete without error.

Actual behaviour Collecting giotto-tda Using cached giotto-tda-0.1.4.tar.gz (99 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI. giotto-tda depends on pycairo@ https://storage.googleapis.com/l2f-open-models/giotto-learn/windows-binaries/pycairo/pycairo-1.18.2-cp311-cp311m-win_amd64.whl

matteocao commented 5 months ago

@jimmyz100 this should be fixed now: we have just published the new wheels for py311!

Let us know if you still have isues.