You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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'
The text was updated successfully, but these errors were encountered:
When trying to build using numpydoc-1.3.tar.gz from pypi:
The text was updated successfully, but these errors were encountered: