LLaVA-NeXT icon indicating copy to clipboard operation
LLaVA-NeXT copied to clipboard

Installation of LLaVA Next dependency with package not found issue

Open haozhang1234 opened this issue 1 year ago • 1 comments

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! _QO4168GJ)U}E1VJ2%XZ0 C

haozhang1234 avatar Aug 19 '24 15:08 haozhang1234

Hi! Installing the package with dependencies from pyproject.toml works just fine.

stdereka avatar Aug 20 '24 13:08 stdereka

Hi! Installing the package with dependencies from pyproject.toml works just fine.

It doesn't work for me. I used "python -m pip install ."

TJ-Ouyang avatar Sep 18 '24 17:09 TJ-Ouyang

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]"

seandkim avatar Sep 26 '24 04:09 seandkim

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.

orzgugu avatar Oct 29 '24 09:10 orzgugu

Same issue.

copperwiring avatar Nov 07 '24 22:11 copperwiring

Same issue too

{E9C63D4F-4B51-49F6-BFCD-9CD710FE997A}

ixn3rd3mxn avatar Jan 09 '25 04:01 ixn3rd3mxn

have you solved it ?

MengHao666 avatar Feb 13 '25 07:02 MengHao666

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

ixn3rd3mxn avatar Feb 13 '25 07:02 ixn3rd3mxn

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

MengHao666 avatar Feb 13 '25 07:02 MengHao666

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.

AllenLei666 avatar Jul 10 '25 02:07 AllenLei666

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.

  1. already create conda venv?
  2. ur pc already have gpu?
  3. what ur gpu model?
  4. ur cuda driver version?

ixn3rd3mxn avatar Jul 10 '25 03:07 ixn3rd3mxn