Cannot install mixdq
#1
by
Lmxyy
- opened
Hi, I met an error when install MixDQ
via pip:
$ pip install -i https://pypi.org/simple/ mixdq-extension --upgrade
Looking in indexes: https://pypi.org/simple/
ERROR: Could not find a version that satisfies the requirement mixdq-extension (from versions: none)
ERROR: No matching distribution found for mixdq-extension
I wonder how I can fix it?
Thank you for your interest in our work. The previous wheel of mixdq-extension is built with python3.9, since it contains cuda code, it could only work with python3.9. We supplement the package that supports python3.8/3.9/3.10 to pypi (3.7 is not supported due to conflict with the diffusers package). Now you could use the command pip install -i https://pypi.org/simple/mixdq-extension
to install it with the above mentioned python version.
Thanks for your reply.