Hi
I don’t know if it’s just my computer, but I tried installing wrf-python in Anaconda but unsuccessfully.
I used Spyder in the Anaconda, and tried all four:
conda install -c conda-forge wrf-python
conda install -c conda-forge/label/gcc7 wrf-python
conda install -c conda-forge/label/cf201901 wrf-python
conda install -c conda-forge/label/cf202003 wrf-python
Some of them looked successful, but when I tried ‘import wrf’,
I got this error:‘ModuleNotFoundError: No module named 'wrf’’.
I’m using Mac mini, Apple M1 chip, Big Sur.
Is it the M1 chip problem?
Cheers.