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

can't find pure wheel for "aprsd" even though it exists on pypi #105

Open
hemna opened this issue May 15, 2024 · 1 comment
Open

can't find pure wheel for "aprsd" even though it exists on pypi #105

hemna opened this issue May 15, 2024 · 1 comment

Comments

@hemna
Copy link

hemna commented May 15, 2024

I'm trying to use pyscript to play with it a bit and am trying to include my aprsd app, which is in pypi.org

You can see the wheel here:
https://pypi.org/project/aprsd/#files

https://files.pythonhosted.org/packages/21/91/4ae48d6e1d3ec966c5412d3fa3fdc9053423e8bbdc3946c0654de1a09170/aprsd-3.4.0-py2.py3-none-any.whl

Yet micropip complains that it can't find a wheel for it.

  File "/lib/python3.11/site-packages/micropip/_commands/install.py", line 146, in install
    raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'aprsd', 'zope-interface==6.3', 'click-completion==0.5.2', 'bitarray==2.9.2', 'greenlet==3.0.3'
See: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
@hoodmane
Copy link
Member

The problem is greenlet==3.0.3. Greenlet isn't yet supported.

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