oracle / graalpython

A high-performance embeddable Python 3 runtime for Java
https://www.graalvm.org/python/
Other
1.22k stars 104 forks source link

IPython doesn't work #380

Closed oroppas closed 7 months ago

oroppas commented 8 months ago

I encountered the message when running IPython module:

graalpy -m venv graalpy
source graalpy/bin/activate
graalpy -m pip install IPython

graalpy -m IPython
Python 3.10.13 (Wed Jan 31 12:03:02 JST 2024)
Type 'copyright', 'credits' or 'license' for more information
IPython 8.21.0 -- An enhanced Interactive Python. Type '?' for help.

Function not implemented in GraalPy: PyOS_getsig
oroppas commented 7 months ago

Thanks! Now we can run JupyterLab on GraalPy!