You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a module built with pybind as sub-module how would my already constructed setup.py incorporate this? For example, my package is structured like this.
\--package_home
setup.py
\--base_package
__init__.py
a1.py
a2.py
\--sub_package
__init__.py
[pybind .so module would go here]
b1.py