Installation of LLaVA Next dependency with package not found issue
I encountered an issue when installing the LLaVA Next dependency, and I couldn't find this package from pypi at all.Even if this package is commented out in the requirement (byted remote ikernel==0.4.8)
The other packages under this package will also report consecutive errors. In the end, it resulted in not being able to secure a package, and I hope to receive help. thank you!
Hi! Installing the package with dependencies from pyproject.toml works just fine.
Hi! Installing the package with dependencies from
pyproject.tomlworks just fine.
It doesn't work for me. I used "python -m pip install ."
I got the same error before I realized README says use conda for downloading the packages. Are you following these steps in the README?
conda create -n llava python=3.10 -y
conda activate llava
pip install --upgrade pip # Enable PEP 660 support.
pip install -e ".[train]"
Hi! This problem still exists and I cannot install the byted-remote-ikernel package. I installed poetry via pip install poetry and the problem still exists. I hope to get your help and look forward to your reply.
Same issue.
Same issue too
have you solved it ?
have you solved it ?
ayo, u can try
pip install --upgrade pip pip install -e . pip install -e ".[train]" conda install -c nvidia cuda-compiler pip install gradio==3.35.2 flash-attn==2.5.7
it work on me , i use jupyter notebook in linux
have you solved it ?
ayo, u can try
pip install --upgrade pip pip install -e . pip install -e ".[train]" conda install -c nvidia cuda-compiler pip install gradio==3.35.2 flash-attn==2.5.7
it work on me , i use jupyter notebook in linux
thanks
have you solved it ?
ayo, u can try pip install --upgrade pip pip install -e . pip install -e ".[train]" conda install -c nvidia cuda-compiler pip install gradio==3.35.2 flash-attn==2.5.7 it work on me , i use jupyter notebook in linux
thanks
Hi, there. I tried this. But still the same issue.
have you solved it ?
ayo, u can try pip install --upgrade pip pip install -e . pip install -e ".[train]" conda install -c nvidia cuda-compiler pip install gradio==3.35.2 flash-attn==2.5.7 it work on me , i use jupyter notebook in linux
thanks
Hi, there. I tried this. But still the same issue.
- already create conda venv?
- ur pc already have gpu?
- what ur gpu model?
- ur cuda driver version?