-
Hi, I am trying to create a Python package which contains C++ source code and its Python bindings. I am hoping to install this package using pip and put it on pypi. The C++ source code depends on However, if I want to distribute my package via pypi, I don't think I can expect that people have Any help is greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Your best solution in this case is to use conda, not pip. |
Beta Was this translation helpful? Give feedback.
Your best solution in this case is to use conda, not pip.