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

Build using PyPi source tarball fails due to missing requirements.txt #14

Open
ptribble opened this issue Aug 22, 2020 · 1 comment
Open
Assignees

Comments

@ptribble
Copy link

The 1.2.0 source tarball on PyPi appears to be incomplete, so that using it to build from source fails like so:

$ python3 setup.py build
Traceback (most recent call last):
File "setup.py", line 103, in
install_requires=get_requirements(),
File "setup.py", line 56, in get_requirements
with open(join(package_dir, 'requirements.txt')) as requirements:
FileNotFoundError: [Errno 2] No such file or directory: '/export/home/ptribble/ud/uk_covid19-1.2.0/requirements.txt'

@xenatisch
Copy link
Contributor

It's just can't find the requirements files. Not sure why that's happening though as the path is dynamically generated.

The routine installation should still work though. I'll have a look.

@xenatisch xenatisch self-assigned this Aug 23, 2020
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