-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"pip install --pre mesa[viz]" doesn't work #2498
Comments
use python = 3.10 |
This is a Mac issue. Put mesa[rec] between quotes. Like this |
Great!, it works! Thanks for answering. |
It might be an idea to just add this explicitly to the docs. |
Agreed, weird that it doesn't work on macOS but also doesn't harm. |
The issue is with the terminal used on mac. See e.g., here. |
And I have something strange to say , even i didn't install the specific one, it can be run on Jupyter, however ".py" can't. |
I can't use this command to install 'SolaraViz'
i first installed the 'mesa', without doing anything, just 'import mesa' and run, something went wrong , like this:Could not import SolaraViz. If you need it, install with 'pip install --pre mesa[viz]', then I tried the command at the computer terminal, then it told me that :
user % pip install --pre mesa[SolaraViz]
zsh: no matches found: mesa[SolaraViz]
i have tried the command "pip install -U --pre mesa[all]", it report an error as above.
zsh: no matches found: mesa[all]
I have uninstalled and tried again several times, but the problem still hasn't been resolved after watching the tutorial, so I submit the issue.
My computer system is Mac 2022 M2 15Sequoia.
The text was updated successfully, but these errors were encountered: