-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building ldm environment on M1 Pro never ends #310
Comments
Try this: #63 (comment) |
this happens when pip is waiting for user input to confirm overwriting files instead of try
|
Many thanks for the suggestions and pointers. I'll keep these in mind and integrate info from other threads when I proceed later today. |
Success! I followed the instrux from #315 with no trouble. I'm running into the |
TypeAlias is being discussed here |
Environment: MBP 14", M1 Pro, 16GB, latest OS, running miniforge with a base of Python 3.10.6. Ran conda clean and reset while debugging.
I am following the instructions in README-Mac-MPS.md with little success. This is unlike the installation I did yesterday, which just worked, so it's likely a configuration issue.
What happens is after executing
the process never completes.
interestingly, whenever I've lost patience (T up to 2 hours) and ctrl-Z the process (and, later, kill -9 it), the following is returned:
A quick search of the folder doesn't turn up CONDA_EXE anywhere in the code, perhaps that's a hint. My Conda-fu is weak.
I'm likely to try out "Switch to regular pytorch channel and restore Python 3.10 for Macs. (#301)" next in the debugging process, as my previous installation ran 3.10 well enough for txt2img.py, though dream.py didn't seem to work.
The text was updated successfully, but these errors were encountered: