Skip to content

Commit

Permalink
Update contributor installation instructions with additional steps th…
Browse files Browse the repository at this point in the history
…at might be needed for the installation to succeed.
  • Loading branch information
alexsherstinsky committed Nov 3, 2023
1 parent 12fc0d8 commit a25bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pip install -e .
```

1. Finally, if during the installation of `horovod`, the exception `ModuleNotFoundError: No module named 'packaging'`
occurs, you mean need to disable `horovod` (that means you will need train with another backend, just not `horovod`).
occurs, you may need to disable `horovod` (that means you will need train with another backend, just not `horovod`).
To do that, edit the file `requirements_extra.txt` and comment out the line that begins with `horovod`. After that,
execute the `pip install` command given in the previous step; you should be able to complete the installation fully.

Expand Down

0 comments on commit a25bfe0

Please sign in to comment.