Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Popular Python Packages #283

Open
fniephaus opened this issue Sep 19, 2022 · 0 comments
Open

Compatibility with Popular Python Packages #283

fniephaus opened this issue Sep 19, 2022 · 0 comments
Assignees

Comments

@fniephaus
Copy link
Member

TL;DR

We plan to gradually add support for more Python packages to GraalPy.

Goals

To allow as many Python developers as possible to take advantage of the performance improvements and other features that GraalPy can provide, we are working to further increase its compatibility and thus the number of packages that run on GraalPy. Some current incompatibilities are simply due to missing features in GraalPy, but there are also packages that provide interpreter-specific functionality, which will require upstream changes. In general, we focus on the most popular Python package and welcome feedback from the Python community that helps identify and unlock new use cases for GraalPy.

Non-Goals

  • Regress support for already supported packages.
  • Add support for all PyPI packages or packages that require Python 2 or other older Python versions not supported by GraalPy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants