stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.63k stars 214 forks source link

Jaxlib can't be installed under Windows #293

Open HuskyXPZ opened 1 year ago

HuskyXPZ commented 1 year ago

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.