Cannot install V0.24.0

I have been running comfyui for about 6 months now (it’s great). I have been updating to the recent version along the way. today I ran into an issue with a node that I installed (It was a video to text node with QWEN VL) which after installing V0.24.0 I got a AttributeError: module ‘tensorflow’ has no attribute ‘Tensor’. for any workflow that had run fine. After struggling, I completely uninstalled comfyui (and I believe all the components including python). I tried to reinstall via the comfy desktop setup 1.0.16-x64 and got a “Process error exited with code 1” and these errors

C:\Users\amare\Documents\ComfyUI.venv\Scripts\python.exe -s ComfyUI\main.py --feature-flag show_signin_button=true --base-directory C:\Users\amare\Documents\ComfyUI --user-directory C:\Users\amare\Documents\ComfyUI\user --database-url sqlite:///C:\Users\amare\Documents\ComfyUI\user\comfyui.db --port 8000 --enable-manager --extra-model-paths-config “C:\Users\amare\AppData\Roaming\Comfy Desktop\shared_model_paths.yaml” --input-directory C:\Users\amare\Documents\ComfyUI\input --output-directory C:\Users\amare\Documents\ComfyUI\output

e[32m[INFO]e[0m setup plugin alembic.autogenerate.schemas
e[32m[INFO]e[0m setup plugin alembic.autogenerate.tables
e[32m[INFO]e[0m setup plugin alembic.autogenerate.types
e[32m[INFO]e[0m setup plugin alembic.autogenerate.constraints
e[32m[INFO]e[0m setup plugin alembic.autogenerate.defaults
e[32m[INFO]e[0m setup plugin alembic.autogenerate.comments
e[1me[33m[WARNING]e[0m WARNING: blake3 package not installed
Traceback (most recent call last):
File “C:\Users\amare\ComfyUI-Installs\ComfyUI\ComfyUI\main.py”, line 55, in
import comfy_aimdo.control
ModuleNotFoundError: No module named ‘comfy_aimdo’

I am able to use the old comfyui setup 0.476 x64 to get back into comfyui but am unable to install any of the nodes I once had. I am prompted to install the most recent version which just leads me back to the newest version of comfyui and the process exited error code 1.

Any suggestions. Did I not fully uninstall python when I unistalled comfyui?

thanks

ended up using most recent comfyui installer and had to create a new instance to get it to reinstall python and everything else. all fine now.