datasets icon indicating copy to clipboard operation
datasets copied to clipboard

can't install using conda on Windows 10

Open xoffey opened this issue 2 years ago • 0 comments

Describe the bug

I wanted to install using conda or Anaconda navigator. That didn't work, so I had to install using pip.

Steps to reproduce the bug

conda install -c huggingface -c conda-forge datasets

Expected results

Should have indicated successful installation.

Actual results

Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. ... took forever, so I cancelled it with ctrl-c

Environment info

  • datasets version: 2.4.0 # after installing with pip
  • Platform: Windows-10-10.0.19044-SP0
  • Python version: 3.9.12
  • PyArrow version: 9.0.0
  • Pandas version: 1.4.2
  • conda version: 4.13.0

conda info

 active environment : base
active env location : G:\anaconda2022
        shell level : 1
   user config file : C:\Users\michael\.condarc

populated config files : C:\Users\michael.condarc conda version : 4.13.0 conda-build version : 3.21.8 python version : 3.9.12.final.0 virtual packages : __cuda=11.1=0 __win=0=0 __archspec=1=x86_64 base environment : G:\anaconda2022 (writable) conda av data dir : G:\anaconda2022\etc\conda conda av metadata url : None channel URLs : https://conda.anaconda.org/pytorch/win-64 https://conda.anaconda.org/pytorch/noarch https://conda.anaconda.org/huggingface/win-64 https://conda.anaconda.org/huggingface/noarch https://conda.anaconda.org/conda-forge/win-64 https://conda.anaconda.org/conda-forge/noarch https://conda.anaconda.org/anaconda-fusion/win-64 https://conda.anaconda.org/anaconda-fusion/noarch https://repo.anaconda.com/pkgs/main/win-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/win-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/msys2/win-64 https://repo.anaconda.com/pkgs/msys2/noarch package cache : G:\anaconda2022\pkgs C:\Users\michael.conda\pkgs C:\Users\michael\AppData\Local\conda\conda\pkgs envs directories : G:\anaconda2022\envs C:\Users\michael.conda\envs C:\Users\michael\AppData\Local\conda\conda\envs platform : win-64 user-agent : conda/4.13.0 requests/2.27.1 CPython/3.9.12 Windows/10 Windows/10.0.19044 administrator : False netrc file : None offline mode : False

xoffey avatar Aug 17 '22 19:08 xoffey