启动 python3 后,当我导入模块时出现此错误(用于截断路径的三重点): >>> import helloWorld Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen(..., 2): Symbol not found: _Py_InitModule4_64 Referenced from: .../helloWorld.cpython-36m-darwin.so Ex...
我编译:python3 setup.py build_ext --inplace构建的 .so 文件放置在当前目录中。启动 python3 后...