jessieren / DeepVirFinder

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

AttributeError: 'str' object has no attribute 'decode' #18

Open glickmac opened 3 years ago

glickmac commented 3 years ago

I received the error above when running DeepVirFinder. It appears to be an error between h5py and tensorflow. If you downgrade your h5py to 2.10.0 the error will disappear. @jessieren you may want to set the version in the markdown to prevent this issue.

https://github.com/keras-team/keras/issues/14265

Cheers,

Cody

kristina28 commented 1 year ago

Thank you, specifying this version of h5py resolved this issue for me!