Skip to content

The Visual C++ Redistributable for Visual Studio 2015 is required for Python 3.5 #5100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ you will also need to install compatible versions of
in addition to
`matplotlib <http://matplotlib.org/downloads.html>`_.

In case Python is not installed for all users (not the default), the
Microsoft Visual C++ 2008 (
For Python 3.5 the `Visual C++ Redistributable for Visual Studio 2015
<http://www.microsoft.com/en-us/download/details.aspx?id=48145>`_
needs to be installed.
In case Python 2.6 to 3.4 are not installed for all users (not the default),
the Microsoft Visual C++ 2008 (
`64 bit <http://www.microsoft.com/download/en/details.aspx?id=15336>`__
or
`32 bit <http://www.microsoft.com/download/en/details.aspx?id=29>`__
Expand Down