any suggestion or solution to fix it, thanks
# caravel
b
any suggestion or solution to fix it, thanks
m
Make sure
PDK_ROOT
is set to an absolute path.
b
would you please give me a example
how to set to an absolute path?
m
Copy code
export PDK_ROOT=$PWD/dependencies/pdks
Copy code
echo $PDK_ROOT
should return a directory name that begins with
/
and has no
..
in it.
b
Hi, after run the command by export PDK_ROOT=$PWD/dependencies/pdks. i got the response as the attached.
Screenshot from 2023-09-14 06-26-10.png
Something i still miss there ?
m
Looks like
pip
is not installed. May check out this.
b
Hi, can you have s specific command how to install the pip
Successfully installed caravel-cocotb-1.0.0 charset-normalizer-3.2.0 cocotb-1.8.0 docker-6.1.3 find-libpython-0.3.0 packaging-23.1 requests-2.31.0 websocket-client-1.6.3 Error response from daemon: Head "https://registry-1.docker.io/v2/efabless/dv/manifests/latest": Get "https://auth.docker.io/token?scope=repository%3Aefabless%2Fdv%3Apull&service=registry.docker.io": dial tcp: lookup auth.docker.io on 127.0.0.5353 read udp 127.0.0.147096 >127.0.0.5353: i/o timeout make: * [Makefile324 setup-cocotb] Error 1