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
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.
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 installcantools
it pullsbitstruct
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!
The text was updated successfully, but these errors were encountered: