I’m still getting an error with an undefined symbo...
# development
f
I’m still getting an error with an undefined symbol for native_engine.so:
Copy code
Compiling process_execution v0.0.1 (/data/home/tdyas/pants/src/rust/engine/process_execution)
   Compiling engine v0.0.1 (/data/home/tdyas/pants/src/rust/engine)
    Finished release [optimized + debuginfo] target(s) in 9m 25s
/data/home/tdyas/pants/src/python/pants/base/exception_sink.py:313: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  process_title=setproctitle.getproctitle(),
/data/home/tdyas/pants/src/python/pants/engine/internals/native_engine.so: undefined symbol: PyModule_Create2TraceRefs
NoneType: None
any advice?