You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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!
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
anduvloop=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.
The text was updated successfully, but these errors were encountered: