Hello. I'm trying to install PDK=gf180mcu by follo...
# ieee-sscs-dc-23
j
Hello. I'm trying to install PDK=gf180mcu by following the previous meetup contents. But Erorrs happened. I'm using Doker. And when I typed volare enable -l all --pdk gf180mcu (blahblahblah), below messages printed. How can I solve them?
and without comman " -l " is printed with below message.
a
I got the same error on the latest 2 versions (2023.07.10 and 2023.06.13), and the 3rd one (2023.05.11) can be enabled correctly. I don't know why...
m
@saicharan0112 @Yukidamayaki @chetanya
y
It could be a version issue: I can run those commands on my linux machine (volare v 0.9.1)
please try to upgrade volare via "pip install --upgrade volare" or "pip install volare==0.9.1"
message has been deleted
If this doesn't work, you can either install it on another machine and copy over the files, or start with the older PDK version and wait for a newer docker image release
j
Thank you. I will try!
a
After I updated volare, it works (volare version is 0.11.2). Thank you!