Install Python3.6 When Plaing AI
When I start to play AI and following a book called Deep Learning from Scratch
We must to install python3.6 and other stuffs for running script. The following is all the processes that I eventually run the scripts well.
add-apt-repository ppa:jonathonf/python-3.6
apt update
apt install python3.6
apt install python3.6-dev
apt install python3.6-venv
wget https://bootstrap.pypa.io/get-pip.py
python3.6 get-pip.py
pip install python3-tk
Now we can start follow the scripts.
python img_show.py