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