Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Formatted as code.
  • Loading branch information
odespard authored Jul 3, 2024
1 parent c483bee commit 4e2a41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ requires you to add the ppa to your trusted sources!

NOTE, Homebrew installs the most recent version of mono, which may give rise to the following error on the M1 platform (which is due to an incompatible architecture for the files in the mono library):

```
RuntimeError: Failed to create a default .NET runtime, which would have been "mono" on this system. Either install a compatible runtime or configure it explicitly via `set_runtime` or the `PYTHONNET_*` environment variables (see set_runtime_from_env).
```

In this case, it is possible to install mono 6.12.0.182 from the [mono project](https://download.mono-project.com/archive/6.12.0/macos-10-universal/index.html). This version avoids the error.

Expand Down

0 comments on commit 4e2a41d

Please sign in to comment.