我现在卡住了,我的代码:
import sys
import os
import itertools
import random
from PIL import Image
from svmutil import *
DIMENSION = 200
ROOT_DIR = "../train/"
NEGATIVE = "negative"
POSITIVE = "positive"
CLASSES = [NEGATIVE, POSITIVE]
....
它说:
ImportError: No module named 'svmutil'
现在我使用python 3.5 我现在该怎么办?