BaselAbujamous / clust

Automatic and optimised consensus clustering of one or more heterogeneous datasets
Other
160 stars 35 forks source link

not able to normalize the expression raw dataset using clust #65

Open vishnurun7 opened 3 years ago

vishnurun7 commented 3 years ago

(base) vishnu@vishnu-HP-EliteBook-x360-1030-G2:~$ clust /home/vishnu/clust tomato/Cell type 10dpa tomato gene expression -n 101 3 4 Traceback (most recent call last): File "/home/vishnu/anaconda2/bin/clust", line 6, in from pkg_resources import load_entry_point File "/home/vishnu/anaconda2/lib/python2.7/site-packages/pkg_resources/init.py", line 3250, in @_call_aside File "/home/vishnu/anaconda2/lib/python2.7/site-packages/pkg_resources/init.py", line 3234, in _call_aside f(*args, **kwargs) File "/home/vishnu/anaconda2/lib/python2.7/site-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/home/vishnu/anaconda2/lib/python2.7/site-packages/pkg_resources/init.py", line 583, in _build_master ws.require(requires) File "/home/vishnu/anaconda2/lib/python2.7/site-packages/pkg_resources/init.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/home/vishnu/anaconda2/lib/python2.7/site-packages/pkg_resources/init.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'sklearn' distribution was not found and is required by clust

This the error i am getting. I am very new to unix system. i believe its something to do with path directory or python installation. Do help me