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

Installing results in FileNotFoundError: [Errno 2] No such file or directory: 'README.md' #5

Open
ejohb opened this issue Mar 24, 2018 · 1 comment

Comments

@ejohb
Copy link

ejohb commented Mar 24, 2018

Command:

python.exe -m pip install https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz

Collecting https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz
  Downloading https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Edward\AppData\Local\Temp\pip-cn7l8kbc-build\setup.py", line 13, in <module>
        long_description=open('README.md').read() + '\n\n' + open('CHANGES').read(),
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
@zhenghy
Copy link

zhenghy commented Mar 7, 2019

add include README.md to file MANIFEST.in.
if file no exist , create it.

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

2 participants