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

Conda requirements broken #6

Closed
alessiamarcolini opened this issue Apr 16, 2020 · 1 comment
Closed

Conda requirements broken #6

alessiamarcolini opened this issue Apr 16, 2020 · 1 comment

Comments

@alessiamarcolini
Copy link
Contributor

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
Copy link
Owner

Hi, thanks for the update!

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

2 participants