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
This playbook installs additional conda packages (gunicorn, ...) needed for deployment. Installation may fail due to package dependencies (exsiting env with "conda-forge" .... update with "default" channel):
@tlvu I think the easiest for now would be just to use pip ... I only need to install gunicorn and optionally psycopg2. Otherwise I would need to figure out the channel list used in the environment.
@tlvu I think the easiest for now would be just to use pip ... I only need to install gunicorn and optionally psycopg2. Otherwise I would need to figure out the channel list used in the environment.
Mostly the channel list is only conda-forgeand defaults. If there are extra channels, they should "theoretically" not overshadow the releases in conda-forge and defaults so we could probably have skipped them safely.
Pip is fine when the new packages are pure python packages, not containing C-extensions that requires other system packages.
So bottom line is pip might not work in all cases, but if it works for this specific case, fine.
This playbook installs additional conda packages (gunicorn, ...) needed for deployment. Installation may fail due to package dependencies (exsiting env with "conda-forge" .... update with "default" channel):
ansible-wps-playbook/roles/pywps/tasks/conda.yml
Line 13 in d0161c6
Is there a conda option to prevent this? Use pip instead?
The text was updated successfully, but these errors were encountered: