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

Hints for building with pyodide? #2

Open
anyahelene opened this issue Jul 23, 2021 · 1 comment
Open

Hints for building with pyodide? #2

anyahelene opened this issue Jul 23, 2021 · 1 comment

Comments

@anyahelene
Copy link

Hi, are there any hints for how to build this as a pyodide package? I'm trying with Pyodide stable (0.17.0, with Python 3.8), and I think I've almost made it work by:

  • linking unthrow into the pyodide/packages directory
  • building pyodide with PYODIDE_PACKAGES="unthrow" make

but there might be issues with the meta.yaml: path refers to non-existent ./src. If I change path to unthrow and move setup.py to the unthrow subdirectory, it builds successfully with the HEAD version of Pyodide (i.e., almost version 0.18.0), though it complains about missing Python.h when building with 0.17.0. Does this perhaps mean that unthrow has been updated for Python 3.9?

@joemarshall
Copy link
Owner

joemarshall commented Jul 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants