Skip to content
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

python3.9 file deleted? #41

Open
jayceftg opened this issue Jul 21, 2024 · 2 comments
Open

python3.9 file deleted? #41

jayceftg opened this issue Jul 21, 2024 · 2 comments

Comments

@jayceftg
Copy link

Trying to run the script, but:

File /notebooks/mainppsComfy.py:48, in Deps(force_reinstall)
46 call('wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/aptdeps.txt', shell=True)
47 call('dpkg -i *.deb', shell=True, stdout=open('/dev/null', 'w'))
---> 48 depsinst("https://huggingface.co/TheLastBen/dependencies/resolve/main/ppsdeps.tar.zst", "/deps/ppsdeps.tar.zst")
49 call('tar -C / --zstd -xf ppsdeps.tar.zst', shell=True, stdout=open('/dev/null', 'w'))
50 call("sed -i 's@~/.cache@/notebooks/cache@' /usr/local/lib/python3.9/dist-packages/transformers/utils/hub.py", shell=True)

Checked:https://huggingface.co/TheLastBen/dependencies/tree/main

there''s no ppsdeps anymore but only ppsdeps_311?

@TheLastBen
Copy link
Owner

you need to update your vm, there is an "update" link in the status bar in paperspace,

@jayceftg
Copy link
Author

you need to update your vm, there is an "update" link in the status bar in paperspace,

Thanks! I was browsing through issues. I saw that you deleted the original files because of issues with Paperspace, and also I was glad to see that things seem to have worked out.

Since I think Paperspace has solved the problems, is it possible that you upload the older files back so the old version would still works? I am using an older notebook, upgrading it may break some other things in the system. Thank you for your hard work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants