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:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.`
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:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.`