Closed abhinavtripathi95 closed 4 years ago
module 'jpegio' has no attribute 'read'
Start a google colab session and type
! git clone https://github.com/dwgoon/jpegio.git %cd jpegio/ !python setup.py install %cd .. import jpegio out = jpegio.read('img.jpg')
This will show you the error
AttributeError: module 'jpegio' has no attribute 'read'
After installing, restart your colab session, and try again, please.
Thanks, @dwgoon ! It works after restarting the colab session. I'm closing this issue.
Good! :)
Error
module 'jpegio' has no attribute 'read'
Code to reproduce
Start a google colab session and type
This will show you the error