siren icon indicating copy to clipboard operation
siren copied to clipboard

Can't build siren on Ubuntu 22.04

Open arbenede opened this issue 11 months ago • 0 comments

I am getting the following error on an Ubuntu 22.04 lambda cloud instance:

(base) ubuntu@144-24-20-15:~/siren$ conda env create -f environment.yml 
/home/ubuntu/anaconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
  action(self, namespace, argument_values, option_string)
Channels:
 - pytorch
 - conda-forge
 - defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - torchvision==0.6.0=py36_cu101
  - pytorch==1.5.0=py3.6_cuda10.1.243_cudnn7.6.3_0

Current channels:

  - https://conda.anaconda.org/pytorch
  - https://conda.anaconda.org/conda-forge
  - https://repo.anaconda.com/pkgs/main
  - https://repo.anaconda.com/pkgs/r

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Any suggestions?

arbenede avatar Feb 27 '25 07:02 arbenede