I also got the same error.. the dependencies pull in different versions of the debian image I guess .. ( python 3.10 pulls debian trixie and python 3.12 pulls debian bookworm)
So thats the case
I also got the same error.. the dependencies pull in different versions of the debian image I guess .. ( python 3.10 pulls debian trixie and python 3.12 pulls debian bookworm)
So thats the case
thank you! this worked. had upgraded to 3.12, that hadn’t worked, 3.12.0 did
this worked! thank you!
with all my thanks to the community for the workaround , i didnt even know i could specify python versions , would be nice if we could specify flashattention build wheels directly too xD
The issue is resolved now.
Factory-rebuilding doesn’t fix the error, but setting an environment variable to your Space should trigger a rebuild and fix the error. The env variable can be anything, and you can just delete it once the docker image is rebuilt.
I confirmed it’s resolved.
If anyone is unsure of how to resolve it, I recommend adding an extra line break at the end of requirements.txt
and save it.
Yup, I suggested adding an env variable to avoid cluttering the git commit log, but making a new commit would also work.
same here, same problem identified