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
bash doesn't seem to mind hard brackets, but zsh (note: the default shell on recent MacOS) doesn't like them in unquoted form and throws the following error:
zsh: no matches found: openscm-twolayermodel[notebooks]
This is easily resolved by quoting the full package name:
pip install "openscm-twolayermodel[notebooks]"
I would suggest tweaking this in the installation docs.
bash
doesn't seem to mind hard brackets, butzsh
(note: the default shell on recent MacOS) doesn't like them in unquoted form and throws the following error:This is easily resolved by quoting the full package name:
I would suggest tweaking this in the installation docs.
(Discovered as part of openjournals/joss-reviews#2766).
The text was updated successfully, but these errors were encountered: