-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hi, I got a problem with the create env command. When I try to create the environment from the file, it does not find the readline package.
I now deleted that line from the file for now so that I can create the environment, but I need to somehow install it later on to avoid errors.
I´m relatively new to all this so can someone help me please?
Not quite sure what to do.
Googling told me that it might work when I remove the version specification or add it to the pip-part of the .yml file, but neither solution worked for me.
Thanks in advance for your help!
Error message: after "conda env create -f environment.yml"
`
PackagesNotFoundError: The following packages are not available from current channels:
- readline
Current channels:
- https://conda.anaconda.org/anaconda/win-64
- https://conda.anaconda.org/anaconda/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/win-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/pro/win-64
- https://repo.anaconda.com/pkgs/pro/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
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.`