Matt Guthaus

Results 121 comments of Matt Guthaus

Check if there's a copy of the klayout Python module installed externally as well. This caused an issue for me

[build_openroad.log](https://github.com/user-attachments/files/18622876/build_openroad.log)

Yes, that is called from setup.sh. I'm following the instructions in the documentation here: https://openroad-flow-scripts.readthedocs.io/en/latest/user/BuildLocally.html

I still have this issue on the most recent version ( [38f93c6](https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/commit/38f93c618a5821e82583352bd59da0de90222dd2)). My work around is to modify the permissions and re-run: sudo chmod +w /home/mrg/OpenROAD-flow-scripts/tools/OpenROAD/etc/openroad_deps_prefixes.txt

Actually, chmod and chown don't work because the file gets re-written and permissions changed. However, build_openroad.sh works fine since this seems to just document the deps and isn't really needed.

I also had this error on an Ubuntu 22.04 system with a local install: ``` git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts cd OpenROAD-flow-scripts sudo ./setup.sh ``` > ./tools/OpenROAD/etc/DependencyInstaller.sh: line 922: /home/mrg/OpenROAD-flow-scripts/tools/OpenROAD/etc/openroad_deps_prefixes.txt: Permission...

Hi Mitch, There is no configure script committed, just the configure.ac file. Matt On Sat, Feb 27, 2021, 02:26 Mitch Bailey wrote: > @mguthaus Thanks for the suggestion. > In...

I'm using the most recent noi-ask (0.2.1) , but I cannot get multiple windows. Also, ChatGPT is green and cannot be added/removed?

Figured out why ChatGPT didn't have the Noi-Ask option and submitted PR: https://github.com/lencx/Noi/pull/389