graalpython icon indicating copy to clipboard operation
graalpython copied to clipboard

A Python 3 implementation built on GraalVM

Results 71 graalpython issues
Sort by recently updated
recently updated
newest added

Hi @sschuberth, thank you for the report. Unfortunately, our release engineering is deeply tied into Graal's and we're not able to release the plugin outside of the normal release schedule....

### TL;DR We plan to update GraalPy with [Python 3.12](https://docs.python.org/3/whatsnew/3.12.html) support to allow developers to take advantage of new Python language features. ### Goal As of the 24.1 release, GraalPy...

I have installed Graalpy 24.1.0 as a regular CPython on Windows 10 with pyenv-win and set is as currently used version with pyenv global command. Then I have generated venv...

GraalPy doesn't work with spaCy libraries because spaCy uses native extensions. Python binary wheels don't exist for spaCy yet. ![GboX5l7bcAAPQK7](https://github.com/user-attachments/assets/652acdfb-c84b-40a0-8dab-a354dac72f65)

I've been adding graal support to a classifier type project naively based on applying a *bunch* of regexes to an input, and while Graal works the regex application is quite...

### TL;DR Improve the GraalPy Maven and Gradle plugins such that they can produce and consume a lock file that pins the versions of all the transitive dependencies of the...

enhancement

### TL;DR Native extension libraries such as for popular DS and ML packages cannot be loaded multiple times into the same process, precluding their use in embeddings that use multiple...

enhancement

### TL;DR Recently, many Python libraries have integrated [Apache Arrow](https://arrow.apache.org/) to leverage its high-performance and memory-efficient format for handling large datasets. Given the widespread adoption of Arrow in data science...

enhancement

I'm not able to install mediapipe and the package is not listed in https://www.graalvm.org/python/compatibility/ Mediapipe is library from google with machine learning model for object and pose detection.

So I have a script that uses socket.RAW_SOCKET to ping other machines. but this doesn't seem available only giving me this: AttributeError: module 'socket' has no attribute 'SOCK_RAW' Is this...