conda-forge / pynio-feedstock

A conda-smithy repository for pynio.
BSD 3-Clause "New" or "Revised" License
3 stars 14 forks source link

Error channels #64

Closed ycherrq closed 5 years ago

ycherrq commented 5 years ago

Issue: conda install skimage PackageNotFoundError: Packages missing in current channels:

We have searched for the packages in the following channels:

ocefpaf commented 5 years ago

conda install skimage

That is unrelated to pynio, the name of the package is scikit-image not skimage (which is the import name), and based on the list of channels there you are not using conda-forge at all.

ycherrq commented 5 years ago

OK,thank you

ycherrq commented 5 years ago

I have the other problem,can you tall me why, and help me

conda create --name pyn_env --channel conda-forge/label/cf201901 pyniopyngl Fetching package metadata .............

PackageNotFoundError: Packages missing in current channels:

We have searched for the packages in the following channels:

ocefpaf commented 5 years ago

There is a space missing there between the packages.

ycherrq commented 5 years ago

How to solve it?

ocefpaf commented 5 years ago

Add a space between between the packages. BTW these are usage questions and not problens with the packages or conda-forge infrastructure. Please take a look at conda's documentation before opening issues.

ycherrq commented 5 years ago

ok,thank you