-
Notifications
You must be signed in to change notification settings - Fork 30
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
py2deb no longer seems to handle python/debian versions #5
Comments
$ pip list | grep py2deb |
Hi Brian, thanks for the feedback and sorry for breaking your use case! The information you've provided isn't enough for me to reproduce the issue you describe (I've been trying for a while now :-) so I'm wondering:
Thanks in advance! |
Have a same error for many packages =(
My requirements.txt contain this:
For reproduce it, you can use my script:
with |
Seems like people are still running into this and I myself ran into it again today, there's some issue with the logic on this line inside package.py
I used the @trousev patch/hack and then everything worked fine
I'm reopening this and hopefully someone on the py2deb team can make a quick fix :) |
So for a long time my python project had a setup.py with specific version of python packages.
Everything has worked fine for 6ish months and now suddenly I'm getting these errors:
The text was updated successfully, but these errors were encountered: