dcss_supplementary icon indicating copy to clipboard operation
dcss_supplementary copied to clipboard

conda env create -f environment.yml

Open cliffeala opened this issue 1 year ago • 0 comments

I am getting the error PackagesNotFoundError and I have python 3.11.7 installed on Windows 10. Kindly help.

(base) PS C:\dcss\doing_computational_social_science> conda env create -f environment.yml Channels:

  • huggingface
  • conda-forge
  • defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: failed

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

  • tensorflow=2.4.1*
  • graph-tool=2.43*

Current channels:

  • https://conda.anaconda.org/huggingface/win-64
  • https://conda.anaconda.org/conda-forge/win-64
  • https://repo.anaconda.com/pkgs/main/win-64
  • https://repo.anaconda.com/pkgs/r/win-64
  • https://repo.anaconda.com/pkgs/msys2/win-64

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.

(base) PS C:\dcss\doing_computational_social_science>

cliffeala avatar Apr 10 '24 07:04 cliffeala