AIAnytime / Haystack-and-Mistral-7B-RAG-Implementation

Haystack and Mistral 7B RAG Implementation. It is based on completely open-source stack.
MIT License
74 stars 40 forks source link

Getting error while installing dependencies #5

Open dattakugve opened 7 months ago

dattakugve commented 7 months ago

Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Building wheels for collected packages: llama-cpp-python Building wheel for llama-cpp-python (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for llama-cpp-python (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [20 lines of output] scikit-build-core 0.8.2 using CMake 3.28.3 (wheel) Configuring CMake... 2024-03-19 14:33:40,107 - scikit_build_core - WARNING - Can't find a Python library, got libdir=None, ldlibrary=None, multiarch=None, masd=None loading initial cache file C:\Users\datta\AppData\Local\Temp\tmpaem_kr7a\build\CMakeInit.txt -- Building for: NMake Makefiles CMake Error at CMakeLists.txt:3 (project): Running

     'nmake' '-?'

    failed with:

     The system cannot find the file specified

  CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  -- Configuring incomplete, errors occurred!

  *** CMake configuration failed
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for llama-cpp-python Failed to build llama-cpp-python ERROR: Could not build wheels for llama-cpp-python, which is required to install pyproject.toml-based projects