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

Installation issue on v0.29 requirements.txt missing. #22

Closed
SeeJayEmm opened this issue Nov 3, 2021 · 3 comments
Closed

Installation issue on v0.29 requirements.txt missing. #22

SeeJayEmm opened this issue Nov 3, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@SeeJayEmm
Copy link

Unable to install v0.29 from the tarball.
'''

python3 setup.py install

Traceback (most recent call last):
File "/tmp/virtnbdbackup-0.29/setup.py", line 23, in
install_requires=open("requirements.txt").read().splitlines(),
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
'''

I tried searching the repo for requirements.txt and couldn't find the actual file.

@abbbi
Copy link
Owner

abbbi commented Nov 3, 2021

meh, seems its not added to the tarball when creating it via setup.py sdist option ..

@abbbi
Copy link
Owner

abbbi commented Nov 3, 2021

Use the regular git tarball, it shold be included in it:

https://github.com/abbbi/virtnbdbackup/archive/refs/tags/v0.29.tar.gz

@abbbi
Copy link
Owner

abbbi commented Nov 3, 2021

Fixed with new release.

@abbbi abbbi closed this as completed Nov 3, 2021
@abbbi abbbi added the bug Something isn't working label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants