Could not load the Qt platform, macOS Docker #1515
-
Hello, I have recently acquired a 2019 Intel MBP on which I would like to install OpenROAD (using Ubuntu 22.04 in Docker).
Problem is that I checked and the QT library is indeed installed, tried again to I don't really know what could be the issue here and how to solve it... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@eder-matheus any ideas? |
Beta Was this translation helpful? Give feedback.
-
@lustefan97 |
Beta Was this translation helpful? Give feedback.
@lustefan97 I was able to open the GUI by initializing Docker with the following command line:
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) **-e DISPLAY=YOUT_IP:0** -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-ubuntu22.04-builder.
Did you add the
-e
option when initializing the docker image?EDIT: Notice that you have to keep the
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
in a parallel terminal.