python 常见问题汇总(待续)


1. No module named skimage


pip install scikit-image --upgrade

2. No module named dicom

sudo pip install pydicom

3. python name ‘os’ is not defined

import os

This will import the python’s module os, which apparently is used later in the code of your module without being imported.


4. XXXXX

XXXX

XXXX

你可能感兴趣的:(Python,python)