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

Python: Missing README #9

Closed
mrhso opened this issue Aug 15, 2019 · 3 comments
Closed

Python: Missing README #9

mrhso opened this issue Aug 15, 2019 · 3 comments

Comments

@mrhso
Copy link
Contributor

mrhso commented Aug 15, 2019

$ pip install prcoords
Collecting prcoords
  Using cached https://files.pythonhosted.org/packages/e5/60/7b484bee55a21a0ca6392eef3f75c28f11e682ba8731c6ea93764c24adba/prcoords-1.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/data/data/com.termux/files/usr/tmp/pip-install-1pmlg7ru/prcoords/setup.py", line 5, in <module>
        with open("../README.md", "r") as f:
    FileNotFoundError: [Errno 2] No such file or directory: '../README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /data/data/com.termux/files/usr/tmp/pip-install-1pmlg7ru/prcoords/
Artoria2e5 added a commit that referenced this issue Aug 16, 2019
the tarball does not include the parent dir, which contains the README.
@Artoria2e5
Copy link
Owner

Yep, happens with tarball install. Can you confirm that 8336543 fixes the issue (test by only getting the py directory)?

@mrhso
Copy link
Contributor Author

mrhso commented Aug 16, 2019

It works.

@mrhso mrhso closed this as completed Aug 16, 2019
Artoria2e5 added a commit that referenced this issue Aug 17, 2019
the tarball does not include the parent dir, which contains the README.
@Artoria2e5
Copy link
Owner

did a force push (lmao) and uploaded to pypi.

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