Skip to content

PackagesNotFoundError when trying to create env in PW_FT_classification #568

Open
@kaitlynbarone

Description

@kaitlynbarone

Search before asking

  • I have searched the Pytorch-Wildlife issues and found no similar bug report.

Bug

Hello,

I am ruining into an issue setting up my PW_FT_classification environment. I am in the PW_FT_classification directory. I used pip install -r requirements.txt which was successful. When moving to the next step of conda env create -f environment.yaml I receive a package not found error.

Channels:
 - 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:

  - xz==5.2.6=h166bdaf_0
  - tk==8.6.13=noxft_h4845f30_101
  - readline==8.2=h8228510_1
  - python==3.8.18=hd12c33a_1_cpython
  - openssl==3.2.0=hd590300_1
  - ncurses==6.4=h59595ed_2
  - libzlib==1.2.13=hd590300_5
  - libxcrypt==4.4.36=hd590300_1
  - libuuid==2.38.1=h0b41bf4_0
  - libsqlite==3.44.2=h2797004_0
  - libnsl==2.0.1=hd590300_0
  - libgomp==13.2.0=h807b86a_4
  - libgcc-ng==13.2.0=h807b86a_4
  - libffi==3.4.2=h7f98852_5
  - ld_impl_linux-64==2.40=h41732ed_0
  - ca-certificates==2023.11.17=hbcca054_0
  - bzip2==1.0.8=hd590300_5
  - _libgcc_mutex==0.1=conda_forge

Current channels:

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

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.

Edit: Just wanted to add that I searched anaconda for some of these packages and they did not exist.

Environment

-pytorchwildlife: 1.2
-OS: Windows 11
-Python 3.8.20 (Instructions say to use 3.8 to create the env.

Minimal Reproducible Example

conda env create -f environment.yaml

Additional

Thank You!

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions