Python Tools Visual Studio 2017 RC

Does anyone know if it is possible to open old (VS2015) Python solutions and projects in Visual Studio 2017 RC? VS 2017 cannot load my project, simply saying that it is incompatible. I searched for some Python tools in the Modify Visual Studio option, but couldn't find anything there.

+6
source share
4 answers

Microsoft announced January 27, 2017 (build 26127.00)

Release Date: January 27, 2017 (Build 26127.00) Summary of updates in this version

Removed Data Science and Python workloads as some of the components that do not meet release requirements, such as translations into non-English languages. They will be available soon in separate downloads. F # is still available in .NET Desktop and .NET Web Development Workloads. Upgrading to the current version will remove any previously installed Python / Data Science workloads / components.

+3
source

I found additional information here: https://blogs.msdn.microsoft.com/pythonengineering/2017/02/22/python-in-vs2017/

It looks like Python tools will be available soon! :)

So what happens: during the release of Visual Studio 2017, we will release a separate version of the VS 2017 preview, which includes support for Python.

We currently expect Python support to be in pre-release for several months, depending on our confidence in stability and user feedback. Once we move from preview to release, an update will appear and you can select the Python workload in the stable version of Visual Studio.

+4
source

I'm afraid it’s not yet possible. Microsoft removed python tools from VS 2017 a week ago or so. They wrote that Python Tools should be available as an add-on soon.

+2
source

As of 05/10/2017 (update 15.2), Python and Data Science workloads are returning to Visual Studio 2017.

Source: Visual Studio 2017 Release Notes

+1
source

Source: https://habr.com/ru/post/1014579/


All Articles