Hello, I get these errors when run the "make" comm...
# open_pdks
m
Hello, I get these errors when run the "make" command in openpdks folder. What could be the possible reason.
t
This appears to be the same error as @Talha Bin Azmat reported, above? I still need more detailed information, from the output build log file.
m
@Tim Edwards, attached is the screenshot of log file
t
Looks like there are python modules missing that will need to be added with
pip install
.
m
Alright thank you