Skip to content

IEResearchDatalab/weather-routing-algorithms

Repository files navigation

Weather Routing Research

Install dependencies

We recommend installing an environment using conda.

conda env create -f environment.yml --yes

Install JAX (Not used yet)

conda 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-nvcc

Common Problems

Permission Denied

If you get a Permission Denied error, a super-user must run the following command:

sudo chmod -R 777 ../weather-routing-data

Lengthy Error Messages in Terminal

If 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

About

Contains HADAD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors