bark
bark copied to clipboard
raise RuntimeError(msg) RuntimeError: jaxlib is version 0.3.25, but this version of jax requires version >= 0.4.7.
I have this bug msg, I couldn't find jaxlib file of 0.4.7 for windows,
hmm, no idea why jax would be needed. what's the stacktrace?
This is the whole Traceback, I don't know if there is something wrong with my python environment or not.
Traceback (most recent call last):
File "F:\New project\barkGUI\bark-gui\webui.py", line 13, in
weird, seems like it's coming from transformers
maybe try updating transformers? or just jaxlib directly?
updated transformers does not work, the problem is there is no 0.4.7 version of jaxlib on the internet for windows, the highest version available is 0.3.7 cuda111/jaxlib-0.3.5+cuda11.cudnn82-cp310-none-win_amd64.whl The strange thing is that there are almost no questions and answers about the 0.4.7 version of Jaxlib on Google. I maybe the only one have this bug
strange ya sorry, don't really have good idea... did you try a fresh virtual environment to install stuff from scratch? shooting in the dark here a bit though
updated transformers does not work, the problem is there is no 0.4.7 version of jaxlib on the internet for windows, the highest version available is 0.3.7 cuda111/jaxlib-0.3.5+cuda11.cudnn82-cp310-none-win_amd64.whl The strange thing is that there are almost no questions and answers about the 0.4.7 version of Jaxlib on Google. I maybe the only one have this bug
You probably need to downgrade transformers, to make it compatible with your installed jaxlib
closing for inactivity, feel free to reopen if not fixed
Hello @huanggou666 I'm getting the same error, were you able to solve this? I'm running the colab file of ViT.