Install python 3.8 on Linux
Following below step:
-------------
wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz
tar xvf Python-3.8.3.tgz
cd Python-3.8*/
./configure --enable-optimizations
make altinstall
-------------
The study blog from marearts.com
Computer Vision & Machine Learning Research Laboratory
Following below step:
-------------
wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz
tar xvf Python-3.8.3.tgz
cd Python-3.8*/
./configure --enable-optimizations
make altinstall
-------------
I suppose you already installed docker.
1. pull Amazon Linux image
> docker pull amazonlinux
* https://hub.docker.com/_/amazonlinux
2. run container and enter the os
> docker run -it amazonlinux /bin/bash
3. check version
bash-4.2# > cat /etc/os-releaseThank you.
🙇🏻♂️
I encounter this error when I push my repo.
>>>
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
fatal: the remote end hung up unexpectedly
<<<
I am trying following things to solve, It comes from stack overflow.
1.
git config --global http.version HTTP/1.1
git push
git config --global http.version HTTP/22.
git config http.postBuffer 524288000I tired both, but I failed.
In luck you could success.
Thank you.
Use Ipython.disply to make printed thing clear.
Thank you.
🙇🏻♂️
It works for me.
sudo gedit /etc/gdm3/custom.confUncomment this line in custom.conf file:
WaylandEnable=false
and Reboot.
Try this one first:
pip install opencv-python--headless
or
install follow in case centos or aws linux docker
RUN yum install whatprovides libGL.so.1 -y
install follow in case linux docker
Thank you, Good luck!
Most secure way is 3rd, first and second way can fail when items are many.
code start
code end
Enjoy AWS!