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

PyPI missing CHANGES.md #1

Open
jayvdb opened this issue Feb 23, 2021 · 2 comments
Open

PyPI missing CHANGES.md #1

jayvdb opened this issue Feb 23, 2021 · 2 comments

Comments

@jayvdb
Copy link

jayvdb commented Feb 23, 2021

Traceback (most recent call last):
  File "setup.py", line 34, in <module>
    long_description='\n\n'.join((read('README.md'), read('CHANGES.md'))),
  File "setup.py", line 22, in read
    return (HERE / f).read_text('utf-8').strip()
  File "/usr/lib64/python3.8/pathlib.py", line 1235, in read_text
    with self.open(mode='r', encoding=encoding, errors=errors) as f:
  File "/usr/lib64/python3.8/pathlib.py", line 1221, in open
    return io.open(self, mode, buffering, encoding, errors, newline,
  File "/usr/lib64/python3.8/pathlib.py", line 1077, in _opener
    return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.md'
@py-paulo
Copy link
Owner

em qual situação esse erro ocorre?

@jayvdb
Copy link
Author

jayvdb commented Mar 21, 2021

  1. wget https://files.pythonhosted.org/packages/5e/d9/d531a214c3087e39b53fd331d5623595e90f2774feac561af459b2eda57c/aiowatcher-0.0.5.tar.gz
  2. tar -xzf aiowatcher*z
  3. cd aoiwatcher*
  4. python3 setup.py install

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