Skip to content

Commit 6dd4208

Browse files
committed
Clarify this only happens with native arm64/aarch64 pyenv installs, which are the default. There's are suggestions online to use Rosetta2 x86 emulation which is duck tape and slower.
Active form.
1 parent 18eba8f commit 6dd4208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/setup-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ make html
4242

4343
```{note}
4444
If you are using an M1 Mac to build the documentation, there is currently [an issue with pyenchant](https://github.com/pyenchant/pyenchant/issues/265) that throws an error that the enchant library can't be found.
45-
This happens for example if you installed your Python with pyenv.
45+
This happens for example if you install Python 3 with `pyenv` in the default M1 architecture (aarch64), so without following instructions to use Rosetta2 x86 emulation.
4646
A workaround until pyenchant is fixed is to run `export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib` in the terminal session before you execute `make html`.
4747
```
4848

0 commit comments

Comments
 (0)