apcamargo / RNAsamba

A tool for computing the coding potential of RNA transcript sequences using deep learning classification model
https://rnasamba.lge.ibi.unicamp.br/
GNU General Public License v3.0
52 stars 4 forks source link

AtrributeError #15

Open amaque opened 2 years ago

amaque commented 2 years ago

Hi, I'm trying to run "rnasamba classify" and I got the following error: original_keras_version = f.attrs['keras_version'].decode('utf8') AtrributeError: 'str' object has no attribute 'decode'

Could this error be related to the version of h5py I'm using (3.3.0)?

apcamargo commented 2 years ago

Thanks for the report @amaque! You're right, this is a problem caused by using h5py >= 3.0. To fix this, just downgrade h5py to 2.10.0 or lower.

I'll fix this in the next release.