iqm-finland / KQCircuits

KLayout Python library for integrated quantum circuit design.
GNU General Public License v3.0
134 stars 72 forks source link

Simulations: module 'importlib' has not attribute 'util' #38

Closed nikosavola closed 1 year ago

nikosavola commented 1 year ago

A user reported the following for the simple workload manager:

AttributeError: module 'importlib' has not attribute 'util'

This doesn't happen for me, but Stack Overflow would suggest using import importlib.util instead, so let's do that.