oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.17k stars 101 forks source link

Can't use pycryptodome #371

Closed KingFalse closed 4 months ago

KingFalse commented 6 months ago

AttributeError: Unknown identifier: PyObject_GetBuffer at <python> <module>(Unknown) at org.graalvm.polyglot.Context.eval(Context.java:428)

msimacek commented 6 months ago

It builds and imports fine for me. Please provide a reproducer for your problem.

msimacek commented 4 months ago

Not enough information provided by the reporter. Closing as unable to reproduce