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

Python 3.10 #28

Open
davedaverave opened this issue Feb 14, 2024 · 0 comments
Open

Python 3.10 #28

davedaverave opened this issue Feb 14, 2024 · 0 comments

Comments

@davedaverave
Copy link

THe state of ComfyUi and extensions are running on python 3.10
Creating a container in paperspace with py 3.10 is possible using " cyberes/gradient-base-py3.10:latest "

I have tryed to install your packages, and so run the "install dependencies " cell but got this error:


FileNotFoundError Traceback (most recent call last)
Cell In [1], line 8
3 force_reinstall= True
5 # Set to true only if you want to install the dependencies again.
6
7 #--------------------
----> 8 with open('/dev/null', 'w') as devnull:import requests, os, importlib;open('/notebooks/mainppsComfy.py', 'wb').write(requests.get('https://huggingface.co/datasets/TheLastBen/PPS/raw/main/Scripts/mainppsComfy.py').content);os.chdir('/notebooks');import mainppsComfy;importlib.reload(mainppsComfy);from mainppsComfy import *;Deps(force_reinstall)

File /notebooks/mainppsComfy.py:33, in Deps(force_reinstall)
31 call("pip install --root-user-action=ignore --no-deps -q accelerate==0.12.0", shell=True, stdout=open('/dev/null', 'w'))
32 if not os.path.exists('/usr/local/lib/python3.9/dist-packages/safetensors'):
---> 33 os.chdir('/usr/local/lib/python3.9/dist-packages')
34 call("rm -r torch torch-1.12.1+cu116.dist-info torchaudio* torchvision* PIL Pillow* transformers* numpy* gdown*", shell=True, stdout=open('/dev/null', 'w'))
35 ntbk()

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/dist-packages'

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

1 participant