我要评分
获取效率
正确性
完整性
易理解

Installing Numba

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download Numba.
    wget https://files.pythonhosted.org/packages/7e/89/853a1f03b09f1b13b59c3d785678b47daac6ddd24a285f146d09bb723b85/numba-0.45.0.tar.gz
  3. Decompress the installation package.
    tar xvf numba-0.45.0.tar.gz
  4. Go to the directory generated after the decompression.
    cd numba-0.45.0
  5. Install Numba.
    python setup.py install --single-version-externally-managed --record=numbarecord.txt
  6. Perform the verification.
    conda list numba

    If the following information is displayed, the installation is successful: