NREL / CoolerChips

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

README.md instructions failing on MacOS build #20

Open orionarcher opened 3 weeks ago

orionarcher commented 3 weeks ago

I made it to docker compose up before running into a display issue.

docker compose up

[+] Running 1/1
 ⠿ Container coolerchips-main-1  Created                                                                                                                                                                                                     0.8s
Attaching to coolerchips-main-1
coolerchips-main-1  | No config file found. Using default EPW_PATH value as USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
coolerchips-main-1  | Traceback (most recent call last):
coolerchips-main-1  |   File "/app/main.py", line 24, in <module>
coolerchips-main-1  |     main_gui()
coolerchips-main-1  |   File "/app/main.py", line 16, in main_gui
coolerchips-main-1  |     app = MyApp()
coolerchips-main-1  |   File "/app/gui.py", line 118, in __init__
coolerchips-main-1  |     self.root = Tk(className='mostcool')
coolerchips-main-1  |   File "/usr/lib/python3.10/tkinter/__init__.py", line 2299, in __init__
coolerchips-main-1  |     self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
coolerchips-main-1  | _tkinter.TclError: couldn't connect to display "/private/tmp/com.apple.launchd.angjwBaVez/org.macosforge.xquartz:0"
coolerchips-main-1 exited with code 1

MacOS version: Sonoma 14.5 (intel)

jmythms commented 3 weeks ago

Are you using a Linux virtual machine? Or is this base MacOS?

orionarcher commented 3 weeks ago

This is base MacOS