mesa icon indicating copy to clipboard operation
mesa copied to clipboard

Installation issue fixed

Open unnati-jaiswal24 opened this issue 1 month ago • 5 comments

Thanks for opening a PR! Please click the Preview tab and select a PR template:

  • [🐛 Bug fix]
  • [🛠 Feature/enhancement]
  • fixed the installation issues for zsh and its universal for all terminal, command prompt ,etc.
  • fixed the suggestions.

unnati-jaiswal24 avatar Nov 12 '25 19:11 unnati-jaiswal24

Thanks for the PR. Can you explain what it does and why it does it following our PR template?

EwoutH avatar Nov 12 '25 19:11 EwoutH

Performance benchmarks:

Model Size Init time [95% CI] Run time [95% CI]
BoltzmannWealth small 🔵 +0.3% [-1.1%, +1.6%] 🔵 -0.6% [-0.7%, -0.4%]
BoltzmannWealth large 🔵 -0.9% [-2.5%, +0.2%] 🟢 -6.5% [-9.1%, -4.0%]
Schelling small 🔵 -0.5% [-0.7%, -0.3%] 🔵 -0.7% [-0.9%, -0.6%]
Schelling large 🔵 -1.6% [-2.2%, -1.1%] 🔵 -2.5% [-4.5%, -0.5%]
WolfSheep small 🔵 -1.6% [-2.1%, -1.2%] 🔵 +0.1% [-0.1%, +0.3%]
WolfSheep large 🔵 +0.6% [-0.1%, +1.4%] 🔵 +1.9% [+0.4%, +3.3%]
BoidFlockers small 🔵 +3.0% [+2.3%, +3.7%] 🔵 +0.1% [-0.1%, +0.3%]
BoidFlockers large 🔵 +3.2% [+2.5%, +3.7%] 🔵 -0.6% [-1.0%, -0.3%]

github-actions[bot] avatar Nov 12 '25 19:11 github-actions[bot]

@EwoutH here's given description of what i fixed.

On macOS and other systems💻 using zsh, the command pip install mesa[viz] causes the error😵 zsh: no matches found: mesa[viz] because zsh interprets square brackets[ ] as pattern matching.

using zsh, the unquoted command causes the error: zsh: no matches found: mesa[viz]

Quoting the package 📦name fixes the issue and makes installation smoother for new users. ❌removed: mesa[viz] / mesa[rec] ✅added: "mesa[viz]"/ "mesa[rec]"

Helps new user to run in their zsh and also this change is universal🌎 and safe on all operating systems. It prevent shell related errors ✅.

unnati-jaiswal24 avatar Nov 12 '25 20:11 unnati-jaiswal24

Thanks!

Could you resolve the git conflicts with the main branch (preferably by rebasing)?

EwoutH avatar Nov 13 '25 09:11 EwoutH

Thanks!

Could you resolve the git conflicts with the main branch (preferably by rebasing)?

yes i would definetly work on that .

unnati-jaiswal24 avatar Nov 21 '25 09:11 unnati-jaiswal24