QData/spacetimeformer

Colab installation

Opened this issue · 0 comments

Hi, I'm trying to install spacetimeformer on Colab following this code:

!git clone https://github.com/QData/spacetimeformer.git
!cd spacetimeformer
!conda create -n spacetimeformer python==3.8
!conda activate spacetimeformer
!pip install -r requirements.txt
!pip install -e .

However, I get this error:

/bin/bash: conda: command not found
/bin/bash: conda: command not found
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Obtaining file:///content
ERROR: file:///content does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found

Did someone used it on Colab? Thanks.