jessieren / DeepVirFinder

Identifying viruses from metagenomic data by deep learning
Other
116 stars 32 forks source link

Suggestion: Add mkl-service to conda install command #39

Open erfanshek opened 1 year ago

erfanshek commented 1 year ago

Hi!

When trying to run the test sample on my server, I got a warning error that I haven't installed mkl-service. I also ran into an incompatibility issue between keras and the h5py version that is automatically installed with python3.60.

I found that h5py= 2.10.0 and mkl-service=2.4.0 work to run the test successfully.

I wanted to recommend adding that to the conda install command you have on the README file to help those who are not familiar with package management.

Best,

Erfan

valentynbez commented 1 year ago

Got the same problem, h5py version should be pinned in the requirements, as it breaks the code.