Closed
Description
I don't have Visual C++ compiler tool installed, so, when I try to install this tool through pip command, I get:
...
Complete output (6 lines):
running bdist_wheel
running build
running build_ext
skipping 'quadprog\quadprog.cpp' Cython extension (up-to-date)
building 'quadprog' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
My question: is it possible to build a whl package which contains all the pyd/dll files, so I don't need to build the cpp soure file myself.
Or is it possible to make such a customized whl which contains all the dpy/dll files, because I would like to distribute this package to my students, but for now, I don't want to every students to install the Visual c++ compiler.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels