llm-python
llm-python copied to clipboard
Problems with requirements.txt
On a fresh install - day old computer - Windows 11, VS Code 1.81.1 and Python 3.11 - Creating a virtual environment for this repo using requirements.txt failed on triton=2.0.0
and uvloop=0.17.0
. Commented these out hoping that they are not critical for every tutorial (descriptions do not suggest as such).
Additionally, this answer from Stack Overflow was required to install C++ Build Tools.