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

ResolvePackageNotFound of Readline and ncurses #25

Open
yongnuan opened this issue Feb 12, 2024 · 5 comments
Open

ResolvePackageNotFound of Readline and ncurses #25

yongnuan opened this issue Feb 12, 2024 · 5 comments

Comments

@yongnuan
Copy link

yongnuan commented Feb 12, 2024

I am using conda and wind10.

Retrieving notices: ...working... done
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • readline=8.2
  • ncurses=6.4
    Then I tried to install readline and ncurses individually, then it said the following packages are not available from current channels.

conda install conda-forge::readline
conda install anaconda::ncurses

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

  • anaconda::ncurses

pip install have much lower version of above 2 libary.

Thanks for help.

@benman1
Copy link
Owner

benman1 commented Feb 12, 2024

Hi @yongnuan! We had earlier discussions about this. The problem here is that WIndows doesn't have ncurses and readline (I am guessing you are on Windows?).

If you can use the Docker installation (or you use WSL) you should be fine. Otherwise, if you want to debug this issue, could you post the output for conda when you run without these two lines (ncurses and readline)?

@jlcanibe did you find a solution for this?

@bdeva1975
Copy link

I am getting the same issue. After removing the two lines, the installation doesn't seem to stop and keeps on going endlessly.

@benman1
Copy link
Owner

benman1 commented Apr 4, 2024

@bdeva1975 that's annoying! I can't test this at the moment - I don't have Windows. Have you heard of WSL? It allows you to run Linux on Windows, and often makes it much easier to install software. Here's a link that explains the installation: https://learn.microsoft.com/en-us/windows/wsl/install?

@bdeva1975
Copy link

bdeva1975 commented Apr 4, 2024 via email

@srgonzalezz
Copy link

Hello @benman1 , I found the windows versions of these two packages:

I guess they could serve the same purpose, just rename them in the code and make sure they have the same syntax.

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

4 participants