Open proppy opened 1 year ago
@erendn filed
I fixed this issue by setting $KLAYOUT_PATH to
miniconda/lib/klayout
.@proppy - I can reproduce the same issue with conda-eda/klayout if $KLAYOUT_PATH is unset.
I realized that klayout searches for plugins in miniconda/lib
but the plugins are copied to miniconda/lib/klayout
. Is there a reason why you create this directory in build.sh
?
mkdir -p ${PREFIX}/lib/klayout/
cp -ar pymod *_plugins ${PREFIX}/lib/klayout/
@erendn filed