Como instalar Skimage no comando PyCharm
# Update pip
python -m pip install -U pip
# Install scikit-image
python -m pip install -U scikit-image
Rajbinder Singh
# Update pip
python -m pip install -U pip
# Install scikit-image
python -m pip install -U scikit-image
python -m pip install -U scikit-image[optional]