Common issues and solutions when using IMAS-Core.
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-core
Check Python version:
python --version
If you can't find the solution:
- Check Documentation: - :doc:`user_guide/index` - User guide - :doc:`developers/index` - Developer guide - :doc:`user_guide/backends_guide` - 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