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

0.4.1 (from PyPI) is broken: No such file or directory: ... /README.md #131

Open
yurivict opened this issue Sep 11, 2021 · 2 comments
Open

Comments

@yurivict
Copy link

It attempts to open a non-existent file:

===>  Configuring for py38-pyked-0.4.1
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 11, in <module>
    with open(path.join(here, 'README.md')) as readme_file:
  File "/usr/local/lib/python3.8/codecs.py", line 905, in open
    file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/disk-samsung/freebsd-ports/science/py-pyked/work-py38/pyked-0.4.1/README.md'
*** Error code 1
@bryanwweber
Copy link
Member

Yep, probably a problem with the MANIFEST.in file, which would need to include the README.md file. Please feel free to submit a pull request to fix it.

@yurivict
Copy link
Author

The current GH master doesn't have this problem.

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