I am trying to install some python packages that do not appear to have a wheel which turns into a problem because , as far as I know, pyodide is not able to install packages without a wheel. Here is an example of an error I am receiving - “Can't find a pure Python 3 wheel for 'psutil==5.9.5'.”-
How can I address this issue in Jupyter Notebook and streamlit? Is there a workaround? Is there a way to use a different kernel instead of pyodide?
I am not facing this issue with CDF functions. How does CDF functions environment differ from Jupyter Notebook and streamlit?