Troubleshootingยง
Here are some common problems you may come across:
- When updating to OpenAD
0.4.0
or above, first remove all toolkits by runnninglist toolkits
and thenremove toolkit <toolkit_name>
. - If you can't get openAD to run, try deleting the
~/.openad
directory, especially if you have run older versions of OpenAD in the past. Make sure to back up your workspaces if you want to keep your files. - When installing on macOS without a virtual environment, you may need to use
python3
andpip3
instead ofpython
andpip
. - Ensure you're running Python 3.10.10+ or 3.11 - see Upgrading Python. Due to an issue with one of our dependencies, Python 3.12 is not yet supported.