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
The issue can be solved changing $PDK_ROOT/$PDK/libs.tech/klayout/python/pypreprocessor/pypreprocessor/__init__.py
line 11 import imp to import importlib
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
run klayout without issues
Actual Behavior
pypreprocessor
API reports the lack of module impSteps to Reproduce the Problem
The issue can be solved changing
$PDK_ROOT/$PDK/libs.tech/klayout/python/pypreprocessor/pypreprocessor/__init__.py
line 11
import imp
toimport importlib
The text was updated successfully, but these errors were encountered: