GitHub
04/10/2023, 1:18 PMModuleNotFoundError Traceback (most recent call last)
[<ipython-input-11-f3322b103f89>](<https://localhost:8080/#>) in <module>
1 import pathlib
----> 2 import gdstk
3 import IPython.display
4
5 gdss = sorted(pathlib.Path('runs').glob('*/results/final/gds/*.gds'))
ModuleNotFoundError: No module named 'gdstk'
Expected Behavior
It runs successfully.
Presumably, gdstk
just needs to be installed in the first step
Environment report
Running on Windows 10 in Chrome
Reproduction material
.
Relevant log output
.
The-OpenROAD-Project/OpenLaneGitHub
04/10/2023, 1:18 PM