Closed albanD closed 1 year ago
So, have you tried recompiling with -fPIC
? ;)
https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html
My bad, I'm indeed missing the --enable-shared
argument when configuring my local CPython install.
A local build with latest PyTorch with a local build of CPython 3.11 leads to many errors similar to:
Any idea what could be the problem?