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

Unix dependencies #77

Open
lucidsushi opened this issue Jan 17, 2020 · 1 comment
Open

Unix dependencies #77

lucidsushi opened this issue Jan 17, 2020 · 1 comment

Comments

@lucidsushi
Copy link

What would the setup.py look like for packages that rely on certain linux packages to also be installed via apt-get/yum/brew ?

@drjasonharrison
Copy link

my advice: document the dependencies but don't do anything in the installation to install them.

You don't know the context in which your python package will be installed, even if you check the OS. Your package might be part of a docker image, which would have such dependencies installed in another layer or copied from another image.

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