-
Notifications
You must be signed in to change notification settings - Fork 185
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
virtual environment not in deb #168
Comments
Have you tried to add For instance my debian
|
Hi again!
I am not sure how to resolve this. I'll be trying a bit more - feedback appreciated. As a comment, I had to make several adjustments to get to this point. I was trying out with different versions of the dh-virtualenv package to avoid certain errors that only occur with some of the flags. In the end, I went back to using the deb package based on github and uninstall the pip installed version. I first got this error:
But installing a new package fixed it:
Cheers! |
If you use dh-systemd in your rules, then that must be part of your build-depends. |
I think you misread. systemd is not the problem. That was a comment on how to fix systemd issues. Again, my problem is:
|
Hi, sounds like you have been hit by issue #150. There are some solutions in there that might work for installing packages like sklearn. |
Current thread is #203, closing this. |
Hi,
thanks for this tool. I've watched the intro talk on youtube, went through the tutorial, and a lot of what I could find online. This is the first time I am building a deb package, and I am not sure I understand the mechanics behind it yet. I am working with python3.4 which maybe makes it a bit more complicated. My problem is that the virtual environment does not seem to be included when I run dpkg -c package-name.deb.
After patching up pyversions to return python3.4 (it doesn't return anything otherwise), I can run the install with different rules such as these:
or
or
I've tried a lot of things already. It does download python packages in some of these configurations, however I never see them in the deb.
Please help!
The text was updated successfully, but these errors were encountered: