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
Is there a way of executing commands prior to package/extras installation?
Reason: Some dependencies may require the installation of further dependencies before pip installing them. For this, being able to define commands to run before that would be good. "commands_pre" does not seem to do that, as far as I see.
The text was updated successfully, but these errors were encountered:
Thanks @gaborbernat , totally makes sense. I missed the "prior to" in the deps documentation. install_requires would indeed be preferable, here just not directly applicable as it concerns an optional dependency which must be set up more properly.
@gaborbernat I am inclined to say that the issue is still valid. For example I want to run a command before installing dependencies, to check if system packages were installed, system packages that in case of missing would prevent installation of the dependencies.
Is there a way of executing commands prior to package/extras installation?
Reason: Some dependencies may require the installation of further dependencies before pip installing them. For this, being able to define commands to run before that would be good. "commands_pre" does not seem to do that, as far as I see.
The text was updated successfully, but these errors were encountered: