Skip to content
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

environment packages not found #11

Open
KAABSHAHID opened this issue Apr 12, 2024 · 2 comments
Open

environment packages not found #11

KAABSHAHID opened this issue Apr 12, 2024 · 2 comments

Comments

@KAABSHAHID
Copy link

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:

  • libuuid==2.38.1=h0b41bf4_0
  • faiss==1.7.4=py39cuda112h460e57a_0_cuda
  • keyutils==1.6.1=h166bdaf_0
  • tk==8.6.13=noxft_h4845f30_101
  • libmamba==1.5.6=had39da4_0
  • openssl==3.2.1=hd590300_0
  • libgomp==13.2.0=h807b86a_3
  • libfaiss==1.7.4=cuda112hb18a002_0_cuda
  • libzlib==1.2.13=hd590300_5
  • cudatoolkit-dev==11.7.0=h1de0b5d_6
  • ca-certificates==2024.2.2=hbcca054_0
  • zstd==1.5.5=hfc55251_0
  • libnghttp2==1.58.0=h47da74e_1
  • libedit==3.1.20191231=he28a2e2_2
  • libiconv==1.17=hd590300_2
  • freetype==2.12.1=h267a509_2
  • icu==73.2=h59595ed_0
  • libxml2==2.12.3=h232c23b_0
  • brotli-python==1.1.0=py39h3d6467e_1
  • _openmp_mutex==4.5=2_gnu
  • libpng==1.6.39=h753d276_0
  • reproc==14.2.4.post0=hd590300_1
  • libsqlite==3.44.2=h2797004_0
  • libcblas==3.9.0=20_linux64_openblas
  • jsonpointer==2.4=py39hf3d152e_3
  • libev==4.33=hd590300_2
  • libgfortran-ng==13.2.0=h69a702a_3
  • krb5==1.21.2=h659d440_0
  • lzo==2.10=h516909a_1000
  • numpy==1.26.3=py39h474f0d3_0
  • gmp==6.1.2=hf484d3e_1000
  • libnsl==2.0.1=hd590300_0
  • libssh2==1.11.0=h0841786_0
  • _libgcc_mutex==0.1=conda_forge
  • cffi==1.16.0=py39h7a31438_0
  • ncurses==6.4=h59595ed_2
  • libffi==3.4.2=h7f98852_5
  • c-ares==1.25.0=hd590300_0
  • gnutls==3.5.19=h2a4e5f8_1
  • pycosat==0.6.6=py39hd1e30aa_0
  • libmambapy==1.5.6=py39h10defb6_0
  • bzip2==1.0.8=hd590300_5
  • libxcrypt==4.4.36=hd590300_1
  • xz==5.2.6=h166bdaf_0
  • cudatoolkit==11.8.0=h4ba93d1_12
  • liblapack==3.9.0=20_linux64_openblas
  • fmt==10.1.1=h00ab1b0_1
  • libgcc-ng==13.2.0=h807b86a_3
  • nettle==3.3=0
  • openh264==1.8.0=hdbcaa40_1000
  • menuinst==2.0.1=py39hf3d152e_0
  • ruamel.yaml.clib==0.2.7=py39hd1e30aa_2
  • libblas==3.9.0=20_linux64_openblas
  • libgfortran5==13.2.0=ha4646dd_3
  • libcurl==8.5.0=hca28451_0
  • zstandard==0.22.0=py39h6e5214e_0
  • readline==8.2=h8228510_1
  • ruamel.yaml==0.18.5=py39hd1e30aa_0
  • x264==1!152.20180717=h14c3975_1001
  • reproc-cpp==14.2.4.post0=h59595ed_1
  • libsolv==0.7.27=hfc55251_0
  • libopenblas==0.3.25=pthreads_h413a1c8_0
  • python==3.9.18=h0755675_1_cpython
  • libstdcxx-ng==13.2.0=h7e041cc_3
  • zlib==1.2.13=hd590300_5
  • lz4-c==1.9.4=hcb278e6_0
  • libarchive==3.7.2=h2aa1ff5_1
  • ld_impl_linux-64==2.40=h41732ed_0
  • yaml-cpp==0.8.0=h59595ed_0
  • conda==23.11.0=py39hf3d152e_1
@KerolosAtef
Copy link
Collaborator

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
Copy link
Author

KAABSHAHID commented Apr 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants