Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colab installation #76

Open
raul-parada opened this issue Jul 6, 2023 · 0 comments
Open

Colab installation #76

raul-parada opened this issue Jul 6, 2023 · 0 comments

Comments

@raul-parada
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant