Troubleshooting¶
Common issues and solutions when using IMAS-Core.
Installation Issues¶
Could not import ‘imas_core’: No module named ‘imas_core’. Some functionality is not available.
Problem: IMAS-Core not installed correctly
Solutions:
Verify installation:
pip list | grep imas-coreReinstall:
pip install --force-reinstall imas-coreCheck Python version:
python --version
Getting Help¶
If you can’t find the solution:
Check Documentation: - User Guide - User guide - Developer Guide - Developer guide - Backends - Backend documentation
Search Issues: - https://github.com/iterorganization/IMAS-Core/issues
Report Bug: - Include: OS, Python version, IMAS-Core version - Include: Full error message and stack trace - Include: Minimal code to reproduce
Contact Support: - Email: imas-support@iter.org