- Posts: 1
SDKTool in SAM 2020-11-29 Mac distribution will not start
- ekzeise
- Topic Author
SDKtool.app in the SDKTool.app bundle (SDKTool.app/Contents/MacOS/SDKtool.app) exits with slightly more information:
dyld: Library not loaded: @rpath/ssc.dylib
Referenced from /Applications/NREL/SDKTool.app/Contents/MacOS/SDKtool
Reason: image not found
zsh: abort /Applications/NREL/SDKTool.app/Contents/MacOS/SDKtool
This behavior persists in MacOS 11.0.1, 10.13.6 and 10.11.6
SDKtool.app (May 21, 2019) in the sam-osx-2018-11-11-r4 distribution operates properly (per documentation).
Please Log in or Create an account to join the conversation.
- sjanzou
- Posts: 22
1. Download SAM 2020.11.29 for Mac from sam.nrel.gov/download.html and open the sam-osx-2020-11-29.dmg disk image.
2. Open a Finder window, go to the Applications folder, and create a SAM_2020.11.29 folder.
3. To run SAM, right-click the SAM app and click Open.
4. To open SDKtool, right-click the SDKTool app, click Show Package Contents and navigate to MacOS folder.
5. Right-click the SDKtool app and click Open.
6. SDKtool opens with no SSC library loaded.
7. To load the SSC library, from the Finder Applications/SAM_2020.11.29 folder, right-click the SAM app, click Show Package Contents, and navigate to the Frameworks folder.
8. Copy and paste the ssc.dylib from Frameworks folder to the SAM_2020.11.29 folder.
9. In SDKtool, click Choose SSC library at the top of the window, and choose ssc.dylib from the SAM_2020.11.29 folder.
10. The module browser should display a list of modules from the library.
Please Log in or Create an account to join the conversation.
- d.goodrick
- Posts: 16
Last login: Wed Nov 17 11:03:23 on ttys012/Applications/SAM_2020.11.29/SDKTool.app/Contents/MacOS/SDKtool ; exit;If you experience problems with multiprocessing on MacOS, they might be related to bugs.python.org/issue33725 . You can disable multiprocessing by editing your .boto config or by adding the following flag to your command: `-o "GSUtil:parallel_process_count=1"`. Note that multithreading is still available even if you disable multiprocessing.CommandException: No URLs matched: gs://geo-storage/{storage_id}/**CommandException: 1 file/object could not be transferred.➜ ~ /Applications/SAM_2020.11.29/SDKTool.app/Contents/MacOS/SDKtool ; exit;dyld: Library not loaded: @rpath/ssc.dylib Referenced from: /Applications/SAM_2020.11.29/SDKTool.app/Contents/MacOS/SDKtool Reason: image not found[1] 73212 abort /Applications/SAM_2020.11.29/SDKTool.app/Contents/MacOS/SDKtoolSaving session...completed.
Please Log in or Create an account to join the conversation.
- pgilman
- Posts: 5447
Did you follow Steve's step-by-step instructions above to load the the library file?
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- d.goodrick
- Posts: 16
Please Log in or Create an account to join the conversation.