You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,17 @@ pip install shapely
50
50
51
51
:::::::::::::::: spoiler
52
52
53
-
### Mac OS (line_profiler)
53
+
### Issues installing line_profiler
54
54
55
-
If you are unable to install `line_profiler` via `pip` on MacOS. Instead it can be installed via `conda`.
55
+
If you use Zsh as your shell (which is the default on Mac OS), you may come across the error `zsh: no matches found: line_profiler[all]` when installing `line_profiler[all]`.
56
+
In Zsh, we need to ensure that the square brackets are treated as standard characters; wrapping them in quotation marks resolves the issue.
0 commit comments