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
This seems to be simsopt related only: I can import vmec without problems. I've tried different methods of installing simsopt as well (i.e. via the conda forge channel, via pip install -e ., etc.. These typically give jax errors). The python version is Python 3.8.16. Due to the error message not giving much information I'm unable to track it down further.
One other thing: to install I needed to run pip install setuptools_scm"[toml]" due to working in zsh. It may be convenient to add this to the instructions.
The text was updated successfully, but these errors were encountered:
Found a temporary workaround for the time being, until this is resolved. An older version of simsopt seems to work fine. The following provides me with a working (though outdated) installation:
I followed the Conda toolchain only installation instructions for M1, but ran into new errors. Installation does not produce errors, but when running
import simsopt
it produces:[1] 8090 illegal hardware instruction python
This seems to be simsopt related only: I can import vmec without problems. I've tried different methods of installing simsopt as well (i.e. via the conda forge channel, via
pip install -e .
, etc.. These typically givejax
errors). The python version isPython 3.8.16
. Due to the error message not giving much information I'm unable to track it down further.One other thing: to install I needed to run
pip install setuptools_scm"[toml]"
due to working in zsh. It may be convenient to add this to the instructions.The text was updated successfully, but these errors were encountered: