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

Add Wheels to PyPI Packages #29

Closed
6 tasks done
michaelweinold opened this issue Sep 15, 2023 · 4 comments
Closed
6 tasks done

Add Wheels to PyPI Packages #29

michaelweinold opened this issue Sep 15, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request infrastructure

Comments

@michaelweinold
Copy link
Collaborator

michaelweinold commented Sep 15, 2023

As per the Pyodide Documentation "Why can’t Micropip find a “pure Python wheel” for a package?" packages for installation with micropip must have pure python wheels (*py3-none-any.whl) on PyPI.

@michaelweinold
Copy link
Collaborator Author

michaelweinold commented Sep 15, 2023

...third party packages without wheels (returned by await micropip.install('bw2XXX', keep_going=True)):

@cmutel
Copy link
Member

cmutel commented Sep 15, 2023

Can you figure out who is requesting these last ones? We can't add wheels to third party apps, and I thought we got rid of docopt, unicodecsv, and psutil already?

@michaelweinold
Copy link
Collaborator Author

Tested this in a separate issue: #30, where my main finding was that:

...magically worked the second time?!

I'll ping you when I get stuck again. Looks good for now, but breakfast will take precedence over debugging during the next hour 😇

@michaelweinold
Copy link
Collaborator Author

michaelweinold commented Sep 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants