Hi, i am getting error while running test example ...
# ieee-sscs-dc-24
a
Hi, i am getting error while running test example : thank you
c
can you send your output for
echo $PDK_ROOT
i can see that youre not running from a docker container
a
here the output of echo $PDK_ROOT
c
okay so you used the dependencies.sh install
can you modify the
test_glayout.py
file to pass this pdk root as a string in the function call
it should still catch this, not sure why it cant access files
a
sure, i will try to modify the test_glayout.py . thank you for the reply
k
@Ashutosh Kumar were you able to resolve it , I am also facing the same issue
a
Hi, @Karan Mali, No, issues still there , i tried two ways 1. by changing pdk path and re-installation . it not working for me . 2. so , i tried docker image method now, its working .
k
Thanks I also did the same , now it works 👍