Python interpreter error I have installed Python 3 8 but it shows version 3 7

0 votes
I have installed python 3.8 version. In that version, I have installed anaconda version 3.7. But in the cmd, it shows interpreter error and version as 3.7. ( I have installed 3.8) and in the cmd pip cannot be configured.

Please help me on how to rectify this error.
Jun 23, 2020 in Python by anonymous
• 6,260 points
3,202 views
can you please share a snippet of the problem

1 answer to this question.

0 votes

Hi,

While installing Python 3.8 there was a box [ Add python 3.8 to path], you have to check that box while installing. If you don't check that box you won't be able to execute python files or packages anywhere from the system and it will not be recognized from the command prompt.

To check you have installed the correct python version, here goes the command to use in the command prompt:

python -v

This will show you the correct python version on your system.  

answered Jul 2, 2020 by Gitika
• 65,910 points

Related Questions In Python

0 votes
1 answer

Python interpreter error: I have installed Python 3.8 but it shows version 3.7

Add python3.8 in the environment variables . ...READ MORE

answered Jun 23, 2020 in Python by Mr X
1,355 views
0 votes
0 answers

I am trying to install PyBase64 on my python 3.8. But I end up with the following error:

$ pip install pybase ERROR: Could not find ...READ MORE

Mar 24, 2020 in Python by Nishant
• 210 points
2,610 views
0 votes
1 answer

I am trying to install os-win on my python 3.8. But I end up with the following error:

I have the same issue and is ...READ MORE

answered Sep 6, 2020 in Python by anonymous
7,118 views
0 votes
1 answer

I am trying to install visualize on my python 3.8 but i end up with the followinf error.

Hi@Avinash, I think the module name is visualization ...READ MORE

answered Apr 27, 2020 in Python by MD
• 95,440 points
1,368 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,056 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,476 views
0 votes
1 answer

what is vm options ? I installed Pycharm on my pc but it shows no vm options file found . What should i do please help me to fix it

Hi, @Mushfiqkhantrial, It is important to run pycharm.sh from the bin folder. The VM ...READ MORE

answered Oct 4, 2020 in Python by Gitika
• 65,910 points
1,550 views
0 votes
1 answer

cmd showing the interpreter error and version 3.7 showing?

You can add python3.8 in the environment ...READ MORE

answered Oct 14, 2020 in Python by anonymous
• 65,910 points
294 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP