-
Notifications
You must be signed in to change notification settings - Fork 19
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
FileNotFoundError #37
Comments
I'm having the same problem, here is what paperspace suggested: To install Python 3.9 on your machine please follow the next steps: $ sudo apt update $ sudo apt install software-properties-common $ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt install python3.9 Note: When prompted, press [Enter] or [Y] to continue. Verify that the installation was successful by typing: $ python3.9 --version Finally, verify that the directory dist-packages exist running: $ ls /usr/local/lib/python3.9/ |
Thank you! That did fix the first issue. Traceback (most recent call last): |
you need to use to choose pytorch 1.12 as the base for your machine |
Even when I start a fresh pytorch 1.12 project, I get the same error he's getting. If I manually install enough of the dependencies, I eventually get this: Traceback (most recent call last): |
when I try to install pytorch 1.12.1 I get this: pip install torch==1.12.1 |
you don't need to install pytorch 1.12, simply use the pytorch 1.12 template in paperspace |
Run each command step-by-step, I was able to get stable diffusion to boot, but it only generates a local address. sudo apt update Run the Dependencies Cell python -m pip install pytorch-lightning These I'm not sure about: |
Awsome! Thank You! I will!!! |
FileNotFoundError
The text was updated successfully, but these errors were encountered: