Try to print in command line/Terminal:
pip install pypng
and then import in your code as
import png
These are the same packages but it should be installed and be imported under different names
Try to print in command line/Terminal:
pip install pypng
and then import in your code as
import png
These are the same packages but it should be installed and be imported under different names