I am struggling with the incompatibility of my version of python with some packages. At the moment I am confused with the following: when I check the version of python via conda I get :
python 3.8.10 hdbf39b2_7
but when I check it via cmd:
C:\Users\name>python --version
Python 3.9.1
which indicates two different versions. Is it OK? If it is possible to answer, tell me please what is the reason and whether it can cause incompatibility problems.
Thank you!