tomaarsen / TwitchMarkovChain

Twitch Bot for generating messages based on what it learned from chat
MIT License
118 stars 25 forks source link

HTTP error 404 while installing the requirements #27

Closed BluesBroBo closed 2 years ago

BluesBroBo commented 2 years ago

trying to install the requirements for the bot to run results in exit code: 128 "The unauthenticated git protocol on port 9418 is no longer supported". Requirements page seems to be unreachable, resulting in an error 404 when opened. image

tomaarsen commented 2 years ago

Thank you for letting me know about this! The requirements.txt file is quite old, and used a method that must now be deprecated. Luckily, I have the dependency on PyPI, so I can easily fix it that way. It should work now, if you git pull or re-clone the newest version.