Installing Numba
Procedure
- Use PuTTY to log in to the server as the root user.
- Download Numba.
wget https://files.pythonhosted.org/packages/7e/89/853a1f03b09f1b13b59c3d785678b47daac6ddd24a285f146d09bb723b85/numba-0.45.0.tar.gz
- Decompress the installation package.
tar xvf numba-0.45.0.tar.gz
- Go to the directory generated after the decompression.
cd numba-0.45.0
- Install Numba.
python setup.py install --single-version-externally-managed --record=numbarecord.txt
- Perform the verification.
conda list numba
If the following information is displayed, the installation is successful:

Parent topic: Configuring the Compilation Environment