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
Even if the extension builds, there are some remaning undefined symbols:
$ nm cephes.cpython-35m-x86_64-linux-gnu.so | grep " U "
U acos
U asin
U atan
U cos
U cosh
U exp
U floor
U frexp@@GLIBC_2.2.5
U isfinite
U ldexp@@GLIBC_2.2.5
U log
U p1evl
U polevl
U pow
U printf@@GLIBC_2.2.5
U sin
U sinh
U sqrt
U tan
U tanh
The text was updated successfully, but these errors were encountered:
Even if the extension builds, there are some remaning undefined symbols:
The text was updated successfully, but these errors were encountered: