LearningfromAudio icon indicating copy to clipboard operation
LearningfromAudio copied to clipboard

"Solving environment: failed" while creating environment

Open Aehrraid opened this issue 2 years ago • 1 comments

(base) ...\LearningfromAudio>conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - libffi==3.3=he6710b0_2
  - zlib==1.2.11=h7b6447c_3
  - readline==8.0=h7b6447c_0
  - ld_impl_linux-64==2.33.1=h53a641e_7
  - sqlite==3.33.0=h62c20be_0
  - libgcc-ng==9.1.0=hdf63c60_0
  - libstdcxx-ng==9.1.0=hdf63c60_0
  - tk==8.6.10=hbc83047_0
  - libedit==3.1.20191231=h14c3975_1
  - openssl==1.1.1g=h7b6447c_0
  - xz==5.2.5=h7b6447c_0
  - python==3.8.5=h7579374_1
  - ncurses==6.2=he6710b0_1

On Windows using conda 4.12.0. What can I do?

Aehrraid avatar Jun 13 '22 14:06 Aehrraid

Thanks for raising the issue. According to StackOverflow, you can move these to the pip section.

Please let me know if this works for you. I will keep the .yml as is because everything ran was in Ubuntu.

theadamsabra avatar Jun 14 '22 00:06 theadamsabra