Skip to content

numpydoc-1.3.tar.gz on pypi is missing requirements/ needed by setup.py #387

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

Closed
mgorny opened this issue Apr 30, 2022 · 1 comment · Fixed by #388
Closed

numpydoc-1.3.tar.gz on pypi is missing requirements/ needed by setup.py #387

mgorny opened this issue Apr 30, 2022 · 1 comment · Fixed by #388
Assignees
Milestone

Comments

@mgorny
Copy link

mgorny commented Apr 30, 2022

When trying to build using numpydoc-1.3.tar.gz from pypi:

$ python setup.py build
Traceback (most recent call last):
  File "/tmp/numpydoc-1.3/setup.py", line 58, in <module>
    req for req in read('requirements/test.txt').split('\n')
  File "/tmp/numpydoc-1.3/setup.py", line 25, in read
    with open(os.path.join(os.path.dirname(__file__), fname)) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/numpydoc-1.3/requirements/test.txt'
@mgorny
Copy link
Author

mgorny commented Apr 30, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants