-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
[speed] and [sounds] extra dependencies installation. #394
Comments
I tried the following commands
and they both give same error: while the error suggestion is quite clear - to go to https://visualstudio.microsoft.com/visual-cpp-build-tools/ and grab C++ tools - idk if I'm really supposed to download 5GB just for Side note: I actually had same error with
which is However, looks like it won't work for |
These C-based dependencies are entirely optional, im not quite sure what you mean. Unless you need the speed extra for some reason, simply don't install them |
Ehm, well, I guess, I shouldnt have said that. Sorry, if I'm out of touch. It's just it looks like you, guys, want to simplify the |
Yeah those can probably be updated |
version reqs have been relaxed on master. |
This issue is a pinned issue relating to installing TwitchIO with extras.
The issue with installing some of these dependencies is easily fixed on Python 3.10 and newer.
To install twitchio with speed or sound extras simply specifiy them like below:
pip install twitchio[speed] --extra-index-url https://pip.twitchio.dev
The reason we have decided to use an extra index URL is because some of these packages are not easily installable or do not have wheels built to install on newer python versions.
If you have any issues regarding installing dependecies with either
speed
orsounds
, please reply to this issue.This index is maintained by a long time friend and is completely open source, visit it here:
https://github.com/AbstractUmbra/abstractumbra.github.io
The text was updated successfully, but these errors were encountered: