llm-python icon indicating copy to clipboard operation
llm-python copied to clipboard

Problems with requirements.txt

Open bobthechemist opened this issue 2 years ago • 2 comments

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.

bobthechemist avatar Sep 03 '23 17:09 bobthechemist

I also faced the issue for triton=2.0.0 with the error:

ERROR: Could not find a version that satisfies the requirement

I've commented out that line in the requirements.txt file. Also, it would be great if you could mention the supported Python and pip versions in the readme file, as it was a little struggle to figure out.

kapadiapankit avatar Sep 12 '23 11:09 kapadiapankit

For me as well commenting out triton did the trick. I did not witness any problems with uvloop as such. I am using python=3.8. Thanks for raising the issue though. Might help ppl who are willing to try this out!

smita-09 avatar Sep 20 '23 09:09 smita-09