try:
    import sklearn
    import sklearn.metrics
    import sklearn.metrics.pairwise
except ImportError: