Reputation: 55
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
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