We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ pip install twitch-python Collecting twitch-python Using cached https://files.pythonhosted.org/packages/66/04/9849cd2be54bcc27953691b98235429af2d84e4f89a865fca4a34d7eba6a/twitch-python-0.0.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Cygwin64\tmp\pip-install-7vhnlb2o\twitch-python\setup.py", line 5, in with open('readme.md') as readme_file: FileNotFoundError: [Errno 2] No such file or directory: 'readme.md'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Cygwin64\tmp\pip-install-7vhnlb2o\twitch-python\
The text was updated successfully, but these errors were encountered:
Thanks! Added missing manifest.in file in 347708e to fix this.
Sorry, something went wrong.
No branches or pull requests
$ pip install twitch-python
Collecting twitch-python
Using cached https://files.pythonhosted.org/packages/66/04/9849cd2be54bcc27953691b98235429af2d84e4f89a865fca4a34d7eba6a/twitch-python-0.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Cygwin64\tmp\pip-install-7vhnlb2o\twitch-python\setup.py", line 5, in
with open('readme.md') as readme_file:
FileNotFoundError: [Errno 2] No such file or directory: 'readme.md'
Command "python setup.py egg_info" failed with error code 1 in C:\Cygwin64\tmp\pip-install-7vhnlb2o\twitch-python\
The text was updated successfully, but these errors were encountered: