I'am Naol Kebede
I'am Naol Kebede

Reputation: 55

Python 3.6 supported for visual studio 2013

I tried to install python tools 2.2 for Visual studio 2013 for flask web development, but i keep getting an error saying,

Unsupported python version - 3.6

My python version is 3.6.0. Is python 3.6 supported on Visual Studio 2013?

Upvotes: 1

Views: 5911

Answers (2)

T Ye
T Ye

Reputation: 1

PTVS 2.2.2 works for Visual Studio 2013 + Python 3.6.

Upvotes: 0

Rafael Padilla
Rafael Padilla

Reputation: 11

I had the same error message when trying Python with Visual Studio 2013.

I tried installing the version 2.2.2 and it worked!

Download and install it from the link below: https://github.com/Microsoft/PTVS/releases/tag/v2.2.2

Hope it works now.

Regards

Upvotes: 1

Related Questions