How can I install a .so file generated from CMake and import it in python?

前端 未结 0 605
北恋
北恋 2021-01-06 06:16

I tried these lines of code here in setup.py:

from distutils.core import setup
setup (name = \'package_name\',
       version = \'0.1\',
       author = "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题