sthalles / SimCLR

PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
https://sthalles.github.io/simple-self-supervised-learning/
MIT License
2.21k stars 458 forks source link

Conda requirements broken #6

Closed alessiamarcolini closed 4 years ago

alessiamarcolini commented 4 years ago

Running the command

$ conda create --name simclr python=3.7 --file requirements.txt

gives the following error:

Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

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

  - pyasn1==0.4.8=pypi_0
  - grpcio==1.27.2=pypi_0
  - google-auth==1.11.3=pypi_0
  - idna==2.9=pypi_0
  - google-auth-oauthlib==0.4.1=pypi_0
  - tensorboard==2.1.1=pypi_0
  - requests-oauthlib==1.3.0=pypi_0
  - requests==2.23.0=pypi_0
  - markdown==3.2.1=pypi_0
  - pyyaml==5.3=pypi_0
  - cachetools==4.0.0=pypi_0
  - werkzeug==1.0.0=pypi_0
  - absl-py==0.9.0=pypi_0
  - pytorch==1.4.0=py3.7_cuda10.1.243_cudnn7.6.3_0
  - oauthlib==3.1.0=pypi_0
  - urllib3==1.25.8=pypi_0
  - pyasn1-modules==0.2.8=pypi_0
  - protobuf==3.11.3=pypi_0
  - chardet==3.0.4=pypi_0
  - rsa==4.0=pypi_0
  - torchvision==0.5.0=py37_cu101

Current channels:

  - https://conda.anaconda.org/conda-forge/linux-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

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.

sthalles commented 4 years ago

Hi, thanks for the update!