graalpython
graalpython copied to clipboard
A Python 3 implementation built on GraalVM
Is there any plan to support Hugging Face Transformers? They are the next (maybe current) big thing in Python I'm trying to make it work right now but I'm getting...
In PyO3, we use `PyObject_GetAttrString` in `pyo3-ffi/src/datetime.rs` to get at date and time object's properties. We should implement functions for the CPython macros and fix the GraalPy-specific code in PyO3.
I am currently disabling a test in PyO3: https://github.com/PyO3/pyo3/blob/ee0d6edb6d96e88a9e46d29338ae621f7cd911f2/pytests/tests/test_awaitable.py#L9 When running it we crash with a Java stacktrace and an ArrayIndexOutOfBoundsException
This is a WIP as outcome from a project seminar at HPI, supervised by @timfel Main idea is: - generate a new dylib from the com.oracle.graal.python.c_embed Cmake project - link...
This commit adds the _tkinter module to the list of built-in modules to allow use of tkinter. Before use, the bindings need to be built using tklib_build.py. The code was...
Version: `org.graalvm.python:python-language:23.1.0` Hello, just wanted to report something really simple: when an output stream is specified via `Context.newBuilder().out(Some)` the method `flush()` is never called when, for example, doing a `print('Hello...
``` pip install tree-sitter-languages ERROR: Could not find a version that satisfies the requirement tree-sitter-languages (from versions: none) ERROR: No matching distribution found for tree-sitter-languages ``` It's a binary only...
Hello, Very sorry for asking again a question, i have this error when running my script, as i saw in other issues, this seem to be an issue on graalpython...
Optuna is being tried. Is there any way to solve this problem when using data storage? ``` Exception in thread "main" AttributeError: module 'fcntl' has no attribute 'ioctl' at _init_alembic(Unknown)...