Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 911 Bytes

install_on_macos.rst

File metadata and controls

27 lines (17 loc) · 911 Bytes

Installation on macOS

NOTE: Our testing coverage in terms of environments and machines on macOS is very limited. Please submit an issue if you face any issue.

Prerequisites

We test the installation on macOS Sierra.

The following software are required for installation:

  • Python>=3.7 (We'd recommend you to setup Python using Anaconda or Miniconda).
    • pip (bundled in Conda Python)
    • wheel (bundled in Conda Python)
    • setuptools (bundled in Conda Python. You may need to upgrade the version of setuptools with pip install -U --no-deps setuptools.)

Install

See pip-installation-workflow (note that the binary packages for the CUDA extension are not available for macOS. Please build it from source).