Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Conda search for a specific package version

I’m trying to search for a specific package version using Conda. From the docs:

Search for a specific version of a package:

conda search 'numpy>=1.12'

Returns the error:

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

 - 'numpy

It looks to be an issue with single quotes ' – I have tried:

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

conda search numpy >= 1.12
* No output *

What is the correct syntax for conda search?

>Solution :

Single quotes don’t work in every terminal, specifically not under windows. try using double quotes:

conda search "numpy>=1.12"
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading