-
-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello!
Thanks for your awesome project. I am trying to use the cantools library inside of pyodide for convenience (running python in the browser) and I am blocked to do it 'as easy as it gets' because when trying to install cantools it pulls bitstruct as a dependency, and pyodide can only manage pure-python implementations.
Given your package keeps pure-python compatibility, it would be great if you could upload it as *py3-none-any.whl pure python wheel.
The documentation where this is explained is here: https://pyodide.org/en/stable/usage/faq.html#why-can-t-micropip-find-a-pure-python-wheel-for-a-package
I understand if this is a hassle, but it would probably help a bunch of people in the future that use libraries that depend on bitstruct :)
Have a great day!