Newbie problems? Cannot "run configure.py" on Apple Silicon Mac M1 #1199
Unanswered
borderlineinteractive
asked this question in
Q&A
Replies: 2 comments 3 replies
-
it sounds like you didn't activate the venv or some other python framework management thing is getting in the way. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey did you get this working? I want to get this running on my Mac Studio M2 ultra 128g. Really wish there was a current and dedicated install guide for Mac. Also did you find this install had any affect on your comfyui functionality? I am running python 3.12 so may have to downgrade that …but really don’t want to. Any advice, instructions etc are welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not familiar with the Poetry system and a bit confused about the installation procedure. I followed all the steps, and I can see that several dependencies including torch are installed after I enter
poetry install -C install/apple
The instructions then tell me to "run configure.py", which I assume is done by entering
python configure.py
However, I first get the error
ModuleNotFoundError: No module named 'huggingface_hub'
and after pip install huggingface-hub, entering python configure.py again gives this error:
ModuleNotFoundError: No module named 'torch'
although torch was obviously installed with the poetry install command above. This goes on, until I try to install optimi via pip, which gives me an error that no matching distribution was found.
What am I missing here? I also tried to "run configure.py" with the command
poetry run python configure.py
but this gives me the same errors. Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions