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

clip dependency error during install deepcompressor on windows #57

Open
City-Angel opened this issue Mar 12, 2025 · 0 comments
Open

clip dependency error during install deepcompressor on windows #57

City-Angel opened this issue Mar 12, 2025 · 0 comments

Comments

@City-Angel
Copy link

Because deepcompressor depends on clip (>= 0.2.0) which doesn't match any versions, version solving failed.

I found there are two different clips, one from OpenAI, another one from pypi for clipboard management,
How do I fix this, which clip should I install?

OS: Windows 10
Python: ComfyUI portable embedded python 3.11.9

python --version
Python 3.11.9
git clone https://github.com/mit-han-lab/deepcompressor
cd deepcompressor
../python.exe -m poetry install
The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
Updating dependencies
Resolving dependencies... (3.6s)The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
Resolving dependencies... (22.7s)
Because deepcompressor depends on clip (>= 0.2.0) which doesn't match any versions, version solving failed.

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