aidos-lab / pytorch-topological

A topological machine learning framework based on PyTorch
https://pytorch-topological.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
142 stars 18 forks source link

about installation #1

Closed byy666 closed 2 years ago

byy666 commented 2 years ago

why i can't install it through pip, is there any other way to install without poetry?

Pseudomanifold commented 2 years ago

What steps did you try? What is the error message? pip install torch-topological works for me (Python 3.10.4).

byy666 commented 2 years ago

i use python3.7, and it said "ERROR: Could not find a version that satisfies the requirement torch-topological (from versions: none) ERROR: No matching distribution found for torch-topological"

Pseudomanifold commented 2 years ago

Unfortunately, pytorch-topological does not support this Python version. I have tested the package with Python versions >= 3.9. Please update your Python version or use a tool such as pyenv to manage multiple versions of Python.