Hi, I am installing OpenLane on Ubuntu 20.04 but I...
# general
c
Hi, I am installing OpenLane on Ubuntu 20.04 but I get this error: Traceback (most recent call last): File "./venv/bin/volare", line 8, in <module> sys.exit(cli()) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/click/core.py", line 1130, in call return self.main(*args, **kwargs) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/click/core.py", line 1055, in main rv = self.invoke(ctx) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/click/core.py", line 1657, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/click/core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/click/core.py", line 760, in invoke return __callback(*args, **kwargs) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/volare/manage.py", line 320, in enable_cmd enable(pdk_root=pdk_root, pdk=pdk, version=version) File "/home/pc/OpenLane/venv/lib/python3.8/site-packages/volare/manage.py", line 253, in enable with tarfile.open(tarball_path, mode="r:*") as tf: File "/usr/local/lib/python3.8/tarfile.py", line 1604, in open raise ReadError("file could not be opened successfully") tarfile.ReadError: file could not be opened successfully make: * [Makefile112 pdk] Error 1
v
can you post repo link used for this installation?
c
@Vijayan Krishnan I used:
Copy code
git clone <https://github.com/The-OpenROAD-Project/OpenLane>
which is mentioned in the OpenLane github https://github.com/The-OpenROAD-Project/OpenLane
v
c
yes: docker --version Docker version 20.10.20, build 9fdeb9c git --version git version 2.25.1 python --version Python 3.8.10 pip --version pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) python3-venv is already the newest version (3.8.2-0ubuntu2) make --version GNU Make 4.2.1 Built for x86_64-pc-linux-gnu
v
its first time installation or updating new commits?
c
first time installation
v
python3 -m pip install --user --upgrade --no-cache-dir volare
run the above command and then do
make
command
c
I get same error
v
do you've full read/write access right with the location trying install OpenLane? Try one more time by creating new directory and install it. If same error, please file github issue with command and full log
c
I am not sure if this screenshot is helpful:
v
yes issue related volare pdk installation
Try one more time by creating new directory and install it. If same error, please file github issue with command and full log
c
the permission of the folder is like this: drwxrwxr-x 12 pc pc 4096 oct 25 19:27 OpenLane/
v
Have you tried again?
c
yes.it was the same error