-
Notifications
You must be signed in to change notification settings - Fork 28
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
ResolutionImpossible error #26
Comments
Does this work?
|
Thanks a lot for replying so fast. I just run the first comment it was running well and got this: Building wheels for collected packages: tiktoken × Building wheel for tiktoken (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
thanks for sharing this. What is your OS? |
Windows 11 64 bit. |
Should I just run? |
You can try. Also, can you check if https://colab.research.google.com/drive/1BbOGWCMjkOlOY5PbEMGk5RomRSqMcy_Q?usp=sharing still work (the installation block)? |
It's installing for a long time I will let you know when it finishes. |
Ok it finished after 40 mins and I got this in the end: Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (from nvidia-cublas-cu11==11.10.3.66->torch->whisper-at) (67.7.2) |
Did this output help at all? I imagine I can't fix this ResolutionImpossible error myself. |
Hi,
When I use:
pip install whisper-at
I get:
Defaulting to user installation because normal site-packages is not writeable
Collecting whisper-at
Downloading whisper_at-0.5-py3-none-any.whl.metadata (20 kB)
INFO: pip is looking at multiple versions of whisper-at to determine which version is compatible with other requirements. This could take a while.
Downloading whisper_at-0.4-py3-none-any.whl.metadata (20 kB)
Downloading whisper_at-0.2-py3-none-any.whl.metadata (18 kB)
Downloading whisper_at-0.1-py3-none-any.whl.metadata (16 kB)
ERROR: Cannot install whisper-at==0.1, whisper-at==0.2, whisper-at==0.4 and whisper-at==0.5 because these package versions have conflicting dependencies.
The conflict is caused by:
whisper-at 0.5 depends on triton==2.0.0
whisper-at 0.4 depends on triton==2.0.0
whisper-at 0.2 depends on triton==2.0.0
whisper-at 0.1 depends on triton==2.0.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
I have regular whisper and fast whisper and whisperHallu.
Is there a way to fix this? Should I delete the other ones?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: