We recommend installing an environment using conda.
conda env create -f environment.yml --yesconda install -c anaconda cudatoolkit
conda install -c anaconda cudnn
python3 -m pip install jax==0.3.14
python3 -m pip install -U jaxlib==0.3.14+cuda11.cudnn82 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
conda install -c nvidia cuda-nvccIf you get a Permission Denied error, a super-user must run the following command:
sudo chmod -R 777 ../weather-routing-dataIf the error message you get is long and hard to follow, it has been generated with the rich library.
"Rich is a Python library for rich text and beautiful formatting in the terminal." However, Rich makes it very hard to read the output of the program.
To uninstall Rich, run:
python -m pip uninstall rich