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

Problems with requirements.txt #11

Open
bobthechemist opened this issue Sep 3, 2023 · 2 comments
Open

Problems with requirements.txt #11

bobthechemist opened this issue Sep 3, 2023 · 2 comments

Comments

@bobthechemist
Copy link

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.

@kapadiapankit
Copy link

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.

@smita-09
Copy link

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!

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

3 participants