Vision-CAIR / MiniGPT4-video

Official code for MiniGPT4-video
https://vision-cair.github.io/MiniGPT4-video/
BSD 3-Clause "New" or "Revised" License
440 stars 46 forks source link

environment packages not found #11

Open KAABSHAHID opened 2 months ago

KAABSHAHID commented 2 months ago

the following packages were not found as by anaconda, if someone knows the solution regarding it then please notify.

\MiniGPT4-video>conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

KerolosAtef commented 2 months ago

Hello @KAABSHAHID you try to install the environment for the requirments.txt file which I added now

conda create -n minigpt4_video python=3.9 
conda activate minigpt4_video

pip install -r requirements.txt 
KAABSHAHID commented 2 months ago

Thanks alot, much appreciated.

On Fri, 26 Apr, 2024, 5:19 am Kirolos Atef, @.***> wrote:

Hello @KAABSHAHID https://github.com/KAABSHAHID you try to install the environment for the requirments.txt file which I added now

conda create -n minigpt4_video python=3.9 conda activate minigpt4_video

pip install -r requirements.txt

— Reply to this email directly, view it on GitHub https://github.com/Vision-CAIR/MiniGPT4-video/issues/11#issuecomment-2078348510, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4HVBT2R62S6DONGZKSGYZLY7GQAJAVCNFSM6AAAAABGES4TYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZYGM2DQNJRGA . You are receiving this because you were mentioned.Message ID: @.***>