jonpry / Pill

Skill language interpreter
GNU General Public License v2.0
54 stars 14 forks source link

Pill error #2

Open phdstudent2022 opened 2 years ago

phdstudent2022 commented 2 years ago

Hi Jonpry,

I am cad engineer learning. Your Pill is looks to be very impressive. I am trying to run example give the following error popped up. Need your help ans support to clear the error.

Traceback (most recent call last): File "./entry.py", line 3, in import interp File "/home/ATOOLS/jonpry/Pill/interp.py", line 44, in from runtime import getsqg, setsqg File "/home/ATOOLS/jonpry/Pill/runtime.py", line 26, in import klayout.lib ModuleNotFoundError: No module named 'klayout.lib'

Please do suggest what to do?

pryvision commented 2 years ago

Hi,

Have you install klayout or the klayout python packages? I think:

pip install klayout

phdstudent2022 commented 2 years ago

Thank you for your response. Let me check and revert you soon.

Regards, Vijay

On Tue, 24 May 2022 at 11:08, pryvision @.***> wrote:

Hi,

Have you install klayout or the klayout python packages? I think:

pip install klayout

— Reply to this email directly, view it on GitHub https://github.com/jonpry/Pill/issues/2#issuecomment-1135432564, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYRUAZI56WRSVPMMDLKEH2TVLRTL5ANCNFSM5WUZHFQQ . You are receiving this because you authored the thread.Message ID: @.***>

phdstudent2022 commented 2 years ago

Hi jonpry,

Error remains the same as given below.

I followed same procedure given in github

Traceback (most recent call last): File "./entry.py", line 3, in import interp File "/home/ATOOLS/jonpry/Pill/interp.py", line 44, in from runtime import getsqg, setsqg File "/home/ATOOLS/jonpry/Pill/runtime.py", line 25, in import klayout.db as db ModuleNotFoundError: No module named 'klayout.db'

Please share me any document to install klayout python

Regards, Vijay

On Wed, 25 May 2022 at 09:48, ECPHD STUDENT2021 @.***> wrote:

Thank you for your response. Let me check and revert you soon.

Regards, Vijay

On Tue, 24 May 2022 at 11:08, pryvision @.***> wrote:

Hi,

Have you install klayout or the klayout python packages? I think:

pip install klayout

— Reply to this email directly, view it on GitHub https://github.com/jonpry/Pill/issues/2#issuecomment-1135432564, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYRUAZI56WRSVPMMDLKEH2TVLRTL5ANCNFSM5WUZHFQQ . You are receiving this because you authored the thread.Message ID: @.***>

pryvision commented 2 years ago

I built klayout from source. You might want to try that using these instructions https://www.klayout.de/build.html