generative_ai_with_langchain
generative_ai_with_langchain copied to clipboard
ResolvePackageNotFound of Readline and ncurses
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.