https://open-source-silicon.dev logo
m

Matt Liberty

05/20/2021, 9:45 PM
@User having the tcl runtime is not the same. You need tcl-dev on ubuntu or tcl-devel on Centos (you can install all the dependencies with OpenRoad's etc/DependencyInstall.sh)
s

selamu said

05/21/2021, 3:25 PM
@Matt Liberty i think that took care of the tcl error, but not I have another one, even though I did yum install readline
kernel/driver.cc2412: fatal error: readline/readline.h: No such file or directory # include <readline/readline.h> ^~~~~~~~~~~~~~~~~~~~~ compilation terminated.
ALso getting python36-libs unable to find error when I try to install the etc/Dependencies, and similar error when I attempt this:
Copy code
yum install python36-libs
m

Matt Liberty

05/21/2021, 3:44 PM
on which OS?
you may need readline-devel
s

selamu said

05/24/2021, 3:57 PM
centos
When running the DependencyInstaller.sh, the error remains even after sudo yum installl readline-devel completed.
No match for argument: python36-libs Error: Unable to find a match: python36-libs
m

Matt Liberty

05/24/2021, 10:45 PM
readline has nothing to do with python - those are two different issues. Please check you have the these installed: yum install -y \ python36 \ python36-devel \ python36-pip
s

selamu said

05/25/2021, 9:45 PM
Yes. The readline error aside, I have the above python packages. I do not have the -libs package though and thats what the DependencyInstaller is complaining about
2 Views