Hi,
I'm trying to run metabinner on coassembly data and it seems that I successfully created a coverage file and kmer file but I'm running into an error, see below. I have tried to remove the _ from "sklearn.cluster._kmeans" because I thought this may be the problem but I get the same error.
Do you maybe know what is going on?
Thank you, Heleen
Traceback (most recent call last):
File "./component_binning.py", line 23, in
from sklearn.cluster._kmeans import euclidean_distances, stable_cumsum, KMeans, check_random_state, row_norms, MiniBatchKMeans
ImportError: No module named _kmeans
real 0m0.888s
user 0m0.582s
sys 0m1.142s
Something went wrong with generating component binning results. Exiting.
Hi,
I'm trying to run metabinner on coassembly data and it seems that I successfully created a coverage file and kmer file but I'm running into an error, see below. I have tried to remove the _ from "sklearn.cluster._kmeans" because I thought this may be the problem but I get the same error.
Do you maybe know what is going on?
Thank you, Heleen
Traceback (most recent call last):
File "./component_binning.py", line 23, in
from sklearn.cluster._kmeans import euclidean_distances, stable_cumsum, KMeans, check_random_state, row_norms, MiniBatchKMeans
ImportError: No module named _kmeans
real 0m0.888s
user 0m0.582s
sys 0m1.142s
Something went wrong with generating component binning results. Exiting.