chipsalliance / silicon-notebooks

Apache License 2.0
156 stars 28 forks source link

gdstk installed by micromanba is not working #10

Open Cra2yPierr0t opened 2 years ago

Cra2yPierr0t commented 2 years ago

gdstk installed by micromanba is not available. It seems that you need to run $ pip install gdstk manually to install it.

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [6], in <cell line: 2>()
      1 import pathlib
----> 2 import gdstk
      3 import IPython.display
      5 gdss = sorted(pathlib.Path('runs').glob('*/results/final/gds/*.gds'))

ModuleNotFoundError: No module named 'gdstk'
proppy commented 2 years ago

@Cra2yPierr0t do you have this error with the digital inverter notebook? https://github.com/chipsalliance/silicon-notebooks/blob/main/digital-inverter-openlane.ipynb