After installing the correct PyTorch, you can install TorchANI by:
After installing the correct PyTorch, you can install TorchANI by:
...
@@ -41,6 +43,8 @@ pip install torchani
...
@@ -41,6 +43,8 @@ pip install torchani
See also [PyTorch's official site](https://pytorch.org/get-started/locally/) for instructions of installing latest preview version of PyTorch.
See also [PyTorch's official site](https://pytorch.org/get-started/locally/) for instructions of installing latest preview version of PyTorch.
Please install nightly PyTorch through `pip install` instead of `conda install`. If your PyTorch is installed through `conda install`, then `pip` would mistakenly recognize the package name as `torch` instead of `torch-nightly`, which would cause dependency issue when installing TorchANI.
TorchANI requires the latest preview version of PyTorch. If you are using anaconda, you can install PyTorch by ``conda install pytorch-nightly -c pytorch``. You can also refer to `the official site of PyTorch`_ for instructions of installing latest preview version of PyTorch.
TorchANI requires the latest preview version of PyTorch. You can install PyTorch by the following commands (assuming cuda10):
After installing PyTorch, you can then install TorchANI by ``pip install torchani``.
After installing the correct PyTorch, you can install TorchANI by:
.. code-block:: bash
pip install torchani
See also `PyTorch's official site`_ for instructions of installing latest preview version of PyTorch.
.. warning::
Please install nightly PyTorch through ``pip install`` instead of ``conda install``. If your PyTorch is installed through ``conda install``, then `pip` would mistakenly recognize the package name as `torch` instead of `torch-nightly`, which would cause dependency issue when installing TorchANI.