GitHub
10/18/2024, 8:17 AMpsutil
, which is not part of the standard Python library.
Packages shouldn't be installed directly into a system. I would suggest to introduce https://virtualenv.pypa.io/en/latest/ with a requirements file for this. Alternative, drop psutil
and find a better alternative, for example ps
inside a subprocess call.
ERROR: /home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/python/sg13g2_pycell_lib/__init__.py:105: ModuleNotFoundError: No module named 'psutil'
/home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/python/sg13g2_pycell_lib/__init__.py:105
/home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/python/sg13g2_pycell_lib/__init__.py:151
/home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/python/sg13g2_pycell_lib/__init__.py:240
/home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/tech/pymacros/autorun.lym:8 (class ModuleNotFoundError)
ERROR: AttributeError: 'NoneType' object has no attribute 'layout'
/home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout//tech/scripts/sealring.py:34
/home/daniel/work/aesc/i2c-gpio-expander/pdks/IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout//tech/scripts/sealring.py:70
IHP-GmbH/IHP-Open-PDKGitHub
11/12/2024, 3:17 PM