Skip to content
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

error: Microsoft Visual C++ 14.0 is required. #42

Closed
Gesujian opened this issue Dec 17, 2019 · 1 comment
Closed

error: Microsoft Visual C++ 14.0 is required. #42

Gesujian opened this issue Dec 17, 2019 · 1 comment

Comments

@Gesujian
Copy link

Gesujian commented Dec 17, 2019

this happened when I try to install httptools, one error shows up :
Microsoft Visual C++ 14.0 is required.
But I can not find where to download and install it.
I need help.


httptools-master>python setup.py install
running install
running bdist_egg
running egg_info
creating httptools.egg-info
writing httptools.egg-info\PKG-INFO
writing dependency_links to httptools.egg-info\dependency_links.txt
writing top-level names to httptools.egg-info\top_level.txt
writing manifest file 'httptools.egg-info\SOURCES.txt'
reading manifest file 'httptools.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.c' under directory 'vendor'
warning: no files found matching '
.h' under directory 'vendor'
warning: no files found matching 'LICENSE*' under directory 'vendor'
warning: no files found matching 'README*' under directory 'vendor'
writing manifest file 'httptools.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build
creating build\lib.win-amd64-3.7
creating build\lib.win-amd64-3.7\httptools
copying httptools_init_.py -> build\lib.win-amd64-3.7\httptools
creating build\lib.win-amd64-3.7\httptools\parser
copying httptools\parser\errors.py -> build\lib.win-amd64-3.7\httptools\parser
copying httptools\parser_init_.py -> build\lib.win-amd64-3.7\httptools\parser
running build_ext
building 'httptools.parser.parser' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/


@elprans
Copy link
Member

elprans commented Feb 6, 2020

Binary wheels are now available for Windows.

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

2 participants