-
Notifications
You must be signed in to change notification settings - Fork 171
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
ModuleNotFoundError: No module named 'apps' #2115
Comments
@powderluv Any suggestions? |
@Striker770 This usually means your python path doesn't contain the current directory. Try running |
Just saw the comment today and tried it and it still fails. Having the same issue. I even given it the SHARK, Web, index.py path but the error persists.
How do i fix this? |
So just to be clear, running
Causes the same error? |
Let me check and report |
Tried the command you gave and it shows the following error `Before running examples activate venv with: × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Same issue as previous. However, using pip install -e . it was unable to install the dependencies, which might be causing the issue but I'm not sure how do i fix it. If you can help, i would be much Thankful to you! |
Any idea @gpetters94 ? |
Your Python might be out of date, can you do |
It's 3.11.9 installed from official Python site.
I did a clean install today and did everything from scratch and i see some of these errors × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Any clues? Seems like two things were not installed from the requirements. Maybe that's the reason its having the issue? |
@gpetters94 Any clue friend? I do have python 3.11 installed. What could be wrong here? |
I suspect it's our install script being broken for MacOS, I'll test it out and get a fix out soon. |
@gpetters94 Sounds good. Please let me know when its ready. Been waiting to try this for months! |
@gpetters94 Has the script updated for macOS? |
@monorimet Do you have any clue regarding this issue? |
Hello @gpetters94 and @monorimet Have you guys updated the script for the issue now? |
Hello @gpetters94 Any update yet? |
Hello,
So, after installing the whole thing on Apple Macmini M1, i get the following error:
test@tests-Mac-mini ~ % cd SHARK test@tests-Mac-mini SHARK % source shark1.venv/bin/activate (shark1.venv) test@tests-Mac-mini SHARK % cd apps/stable_diffusion/web (shark1.venv) test@tests-Mac-mini web % python index.py Traceback (most recent call last): File "/Users/test/SHARK/apps/stable_diffusion/web/index.py", line 5, in <module> import apps.stable_diffusion.web.utils.app as app ModuleNotFoundError: No module named 'apps' (shark1.venv) test@tests-Mac-mini web %
Does anyone has clue about this?
Running macOS Sonoma.
Thanks
The text was updated successfully, but these errors were encountered: