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
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Can you elaborate how the pre-compiled binary can be ran in KLayout? I get a circular import error when I use it.
Error code:
cannot import name 'clipper' from partially initialized module 'gdspy' (most likely due to a circular import) (C:\Users\Alex.tofini\AppData\Roaming\KLayout\lib\python3.8\site-packages\gdspy_init_.py)
C:\Users\Alex.tofini\AppData\Roaming\KLayout\lib\python3.8\site-packages\gdspy\polygon.py:39
The text was updated successfully, but these errors were encountered:
I don't use Windows, so I can't tell exactly what to do, but you have to use the whl installers from the releases and install them using the python path from Klayout (I believe it ships with its own python on Windows).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reopening the issue #139
Can you elaborate how the pre-compiled binary can be ran in KLayout? I get a circular import error when I use it.
Error code:
cannot import name 'clipper' from partially initialized module 'gdspy' (most likely due to a circular import) (C:\Users\Alex.tofini\AppData\Roaming\KLayout\lib\python3.8\site-packages\gdspy_init_.py)
C:\Users\Alex.tofini\AppData\Roaming\KLayout\lib\python3.8\site-packages\gdspy\polygon.py:39
The text was updated successfully, but these errors were encountered: