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

[Windows] Conda - "ResolvePackageNotFound" for some modules #85

Open
108806 opened this issue Apr 14, 2022 · 2 comments
Open

[Windows] Conda - "ResolvePackageNotFound" for some modules #85

108806 opened this issue Apr 14, 2022 · 2 comments

Comments

@108806
Copy link

108806 commented Apr 14, 2022

I have deleted the hash after the names and even tried removing the specified version, but it still says package not found.

(C:\ProgramData\Anaconda3) Z:\pulse>conda env create -n pulse -f pulse.yml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:
  - libcxx
  - readline
  - libedit
  - libgfortran
  - ncurses

Microsoft Windows [Version 10.0.19044.1645]
conda 4.11.0

@Kami-chanw
Copy link

I met the same problem, have you fixed this problem?:(

@manahter
Copy link

manahter commented Sep 10, 2023

  1. Open "pulse.yml" and DELETE this lines
  - libcxx
  - readline
  - libedit
  - libgfortran
  - ncurses
  1. Abbreviate numbers specified in great detail like this:
# before:
-  zstd=1.3.7 
# after:
-  zstd=1.3
  1. Add "conda-forge" and "conda-forge/label/broken" to channels in "pulse.yml"
channels:
  - conda-forge
  - defaults
  - conda-forge/label/broken

Resources:

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

3 participants