streamlit work with python2

The problem of streamlit work with python2

In this blog, we will solve a common issue among programmers of checking the python version on their machine. It happens most of the time that we install software or update any other application. It sometimes does not give us any notification of its completion. The problem of streamlit work with python2 is similar to that only. 

One problem can be that one updates the python language in their machine while checking the version for the same. Another problem is that while installing pip in their laptop but while checking the above command in their machine it shows us the command not found error. 

One of the issues with this is that the PATH variable may not be set in your machine. 

 

 

Solution

To check the version of python one needs to run the following command into their CMD. The command is shown below: 

 

 

python3 --version

python3 -m pip install

 

 

One thing to keep in mind while running this command is that one needs to write python3 not python to check the version of python3 in your machine. An outdated script wrapper is calling pip. In a later version of pip, this will not succeed.

 

 

Also Read: rmarkdown figure auto-adjust HTML

 

Share this post

2 thoughts on “streamlit work with python2

Leave a Reply

Your email address will not be published. Required fields are marked *