We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-11-19 05:52 AM - edited 2023-11-19 05:53 AM
On the new AI - pictue-maker, i have some problems installing it on Mac:
https://graphisoft.com/solutions/innovation/archicad-ai-visualizer#inspiration
On my macbook pro: I did copy the addon in the right folder and it starts in Archicad, but its not possible for me to install the AI correctly with the Terminal-Window-command from the install-description. https://assets.graphisoft.com/guides/AI_Visualizer/AI_Visualizer-Installation_Guide.pdf
When i copy the
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
into the terminal - i get this:
Last login: Sat Nov 18 21:47:16 on ttys000
heimomooslechner@MBP-von-Heimo ~ % /bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl: (2) no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
zsh: no such file or directory: https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
heimomooslechner@MBP-von-Heimo ~ %
What do i di wrong?
2023-11-19 09:45 AM
I get the exact same issue. I’m pretty Mac savvy and can’t work out what’s going on. It would be good to understand why it doesn’t work and what I’m doing wrong.
2023-11-19 10:48 AM
And in English:
Hello Heimo,
Important: Commands normally require root rights. Please read these instructions first.
First of all - the script was not invented by GS, but comes from the homebrew website. What is homebrew? It is a package manager for macOS/Linux. To make it work, you have to install the Xcode command line tools first. You can see how to do this here:
https://docs.brew.sh/Installation
Then first
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then execute this command
/opt/homebrew/bin/brew install cmake protobuf rust python@3.10 git wget
This installs all the components required by the AI. The experienced Linux/Unix user will see that the homebrew directory is created in the root directory. Therefore, either log in as root beforehand or prefix all commands with sudo (superuser do). The system will then ask for the admin password before the first execution.
Brew can also be installed alternatively via a pkg. installer.
https://github.com/Homebrew/brew/releases/tag/4.1.20
2023-11-19 08:40 PM - edited 2023-11-19 08:41 PM
tried it on windows in the meantime - it seems to work in the terminal window - but from the plugin in Archicad, i get some failure-alert after some time. I think, i wait till its fully develop'd with a simple installation-process.
2023-11-20 11:22 AM
Works for me on MacOS, but there are two things worth mentioning.
1. do not overwrite the existing Add-On folder - the information in the installation guide is misleading.
2. make sure to have at least 80+ GB free space on your hard drive. You will download tons of data.
best regards
Markus
2023-11-20 11:57 AM
Yes, it's to complicated and how to uninstall all the stuff?
2023-11-20 12:15 PM
That's easy:
/opt/homebrew/bin/brew uninstall cmake protobuf rust python@3.10 git wget
2023-11-20 02:48 PM
Markus did it again...
Works perfectly here on my M1 Max MBP, I guess I have to skip work this afternoon...
Cheers
Lars
2023-11-20 05:25 PM - edited 2023-11-20 08:14 PM
Thanks Torben - without Your help, i would not have been able to get this thing to work!
First impressions in my macbookpro M1 32GB:
2024-01-01 02:41 AM
I can only say "lol" to this...but thank you for assisting nevertheless