Skip to content

RuntimeError: Microsoft VS 2010 required - no VS installed #10

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

Open
havryliuk opened this issue Mar 2, 2021 · 0 comments
Open

RuntimeError: Microsoft VS 2010 required - no VS installed #10

havryliuk opened this issue Mar 2, 2021 · 0 comments

Comments

@havryliuk
Copy link

I am not sure that this is an issue but I don't have any version of VS installed and am not planning to install it. Without it I can't build matplot wheels, can I?

PS C:\WINDOWS\system32> cd C:\Users\Oleksandr_Gavryliuk\Downloads
PS C:\Users\Oleksandr_Gavryliuk\Downloads> git clone https://github.com/matplotlib/matplotlib
Cloning into 'matplotlib'...
remote: Enumerating objects: 252016, done.
remote: Total 252016 (delta 0), reused 0 (delta 0), pack-reused 252016R
Receiving objects: 100% (252016/252016), 378.99 MiB | 8.39 MiB/s, done.
Resolving deltas: 100% (175339/175339), done.
Updating files: 100% (4392/4392), done.
PS C:\Users\Oleksandr_Gavryliuk\Downloads> git clone https://github.com/jbmohler/matplotlib-winbuild
Cloning into 'matplotlib-winbuild'...
remote: Enumerating objects: 77, done.
remote: Total 77 (delta 0), reused 0 (delta 0), pack-reused 77
Unpacking objects: 100% (77/77), done.
PS C:\Users\Oleksandr_Gavryliuk\Downloads> python matplotlib-winbuild\buildall.py
Traceback (most recent call last):
  File "matplotlib-winbuild\buildall.py", line 58, in <module>
    main(options)
  File "matplotlib-winbuild\buildall.py", line 11, in main
    utils.build_zlib()
  File "C:\Users\Oleksandr_Gavryliuk\Downloads\matplotlib-winbuild\utils.py", line 136, in build_zlib
    cmd.write(prepare_build_cmd(ZLIB_BUILD_CMD))
  File "C:\Users\Oleksandr_Gavryliuk\Downloads\matplotlib-winbuild\utils.py", line 63, in prepare_build_cmd
    raise RuntimeError('Microsoft VS {} required'.format('2010' if VS2010 else '2008'))
RuntimeError: Microsoft VS 2010 required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant