I have also tried updating openlane by, ``` cd op...
# openlane
p
I have also tried updating openlane by,
Copy code
cd openlane/
    git checkout master
    git pull
    make openlane
    make pdk
    make test ("make test works perfect for me")
But i have same issue while executing
make user_proj_example
. So can anyone please help me out with this?
m
Hi, Did you install
PyYAML
any
Click
? If no, install them by
pip3 install pyyaml click
.
p
@manili i did install pyyaml and still the issue persists..
m
@Praveen raj Did you try to get the latest changes by
git pull
?
p
yes
@mshalan @Tim Edwards can anyone give suggestion !
m
@Praveen raj I believe the default
make openlane
creates a docker image with the openlane tools. Did you run
make mount
in the openlane directory before going to
user_proj_example
?