10000 Is it possible to build a whl package which contains all the pyd/dll files · Issue #207 · petercorke/robotics-toolbox-python · GitHub
[go: up one dir, main page]

Skip to content
Is it possible to build a whl package which contains all the pyd/dll files #207
Closed
@asmwarrior

Description

@asmwarrior

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0