Open tripash30 opened 1 month ago
I was trying to help ash with the install, and as a minimum working example, I tried this:
conda create -n test
conda activate test
conda config --env --set subdir osx-64
then, I tried entering the python REPL by typing python
. it gave the bad cpu
error as well.
Are you using zsh
? I ask because of this SO thread.
Also ensure that you have Rosetta installed, see here.
Likely didn't have Rosetta.
@tripash30 please update the instructions, perhaps at https://github.com/ReactionMechanismGenerator/RMG-Py/blob/main/documentation/source/users/rmg/installation/anacondaDeveloper.rst (maybe there are other spots).
See https://support.apple.com/en-us/102527 and try softwareupdate --install-rosetta
So it is sort of an edge case, but it is something that could easily happen if someone has a new Mx chip laptop, so I think we should update the instructions. His PC is very new, so there were no apps that required rosetta, thus it was never installed. xcode tools didn't prompt to install it either.
Bug Description
Hello, I am having an issue installing RMG following the developer install instructions
failed
How To Reproduce
By following instructions "Installation by Source Using Anaconda Environment for Unix-based Systems: Linux and Mac OSX"
Installation Information
Describe your installation method and system information.
Additional Context
Add any other context about the problem here.