You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
If you make a packages/pyodide folder and then a folder called src below that. Unpack the GitHub into src, and move the meta.yaml up a folder.
The current build is for 3.9 and pyodide head though. I think it would be possible to go a couple of commits back to get the 3.8 version though.
Or alternatively if you just want to play with pyodide plus unthrow, if you go to my websensors repository, there's a subfolder called pyodide which contains a build of pyodide including unthrow
On 23 Jul 2021 18:36, Anya Helene Bagge ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAK6Y64VQLPC7ZLKPWQQEJ3TZGSA3ANCNFSM5A4M2Z3A>.
This message and any attachment are intended solely for the addressee
and may contain confidential information. If you have received this
message in error, please contact the sender and delete the email and
attachment.
Any views or opinions expressed by the author of this email do not
necessarily reflect the views of the University of Nottingham. Email
communications with the University of Nottingham may be monitored
where permitted by law.
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:
PYODIDE_PACKAGES="unthrow" make
but there might be issues with the meta.yaml:
path
refers to non-existent./src
. If I changepath
tounthrow
and movesetup.py
to theunthrow
subdirectory, it builds successfully with the HEAD version of Pyodide (i.e., almost version 0.18.0), though it complains about missingPython.h
when building with 0.17.0. Does this perhaps mean thatunthrow
has been updated for Python 3.9?The text was updated successfully, but these errors were encountered: