I found that the xgboost package exists in pyodide, but I can't import it in the of pyscript
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<py-env>
- numpy
- matplotlib
- pandas
- scikit-learn
- xgboost
</py-env>
error:
ValueError: Couldn't find a pure Python 3 wheel for 'xgboost'. You can use micropip.install(..., keep_going=True) to get a list of all packages with missing wheels.