You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have dependencies that I want to install with arguments to pip
# where library b is a dependency of library a, not in my dependencies list
pip install library_a --no-binary library_b
# where library_c pulls in a lot of dependencies, but I don't need 99% of them for this particular app
pip install --no-deps library_c
I cannot figure out how to declare these arguments in setup.cfg. Is there a way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have dependencies that I want to install with arguments to pip
I cannot figure out how to declare these arguments in setup.cfg. Is there a way?
Beta Was this translation helpful? Give feedback.
All reactions