cumulo-autumn / StreamDiffusion

StreamDiffusion: A Pipeline-Level Solution for Real-Time Interactive Generation
Apache License 2.0
9.47k stars 672 forks source link

Not support python3.10.0 #48

Open yellowming opened 8 months ago

yellowming commented 8 months ago

ERROR: Package 'streamdiffusion-0.1.0' requires a different Python: 3.8.10 not in '>=3.10.0'

yakataN commented 8 months ago

What is the Version of Python in your environment? I tried to run this repository with Python 3.8.7 and got the same error as you. Changing to python 3.10 or higher (3.11.7 in my case) solved the problem.

teftef6220 commented 7 months ago

Thanks for the comments.

My environment is python 3.10, and it is working.