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

Cannot install sdist package #174

Closed
ecederstrand opened this issue Sep 14, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@ecederstrand
Copy link
Contributor

commented Sep 14, 2018

I have tried to package and install pdoc, but get the following:

$ git clone https://github.com/mitmproxy/pdoc.git
$ cd pdoc
$ python3 setup.py sdist
$ pip install dist/pdoc-0.3.2.tar.gz

Processing ./dist/pdoc-0.3.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-req-build-i27a0iu6/setup.py", line 7, in <module>
        with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-i27a0iu6/README.md'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-i27a0iu6/

I think this is due to a missing MANIFEST.in file.

@mhils mhils closed this in 6734d56 Oct 4, 2018

mhils added a commit that referenced this issue Oct 4, 2018

Merge pull request #175 from ecederstrand/patch-5
Add manifest file. Fixes #174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.