stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jaxlib can't be installed under Windows

HuskyXPZ opened this issue · comments

I followed the instructions (https://github.com/google/jax#installation)
Use pip install jax[cuda11_cudnn805]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html to install Jaxlib.

But the following problems occur:

It shows "UnicodeDecodeError: 'cp950' codec can't decode byte 0xe2 in position 1304: illegal multibyte sequence" and "metadata-generation-failed" errors.

擷取

I want to solve this problem.