pythonindia / magudi

Salt stack based config for Python India servers
https://in.pycon.org
5 stars 9 forks source link

Error while deploying junction #18

Closed ananyo2012 closed 6 years ago

ananyo2012 commented 6 years ago

Error Log:

ID: junction_uwsgi
    Function: pip.installed
        Name: uwsgi
      Result: False
     Comment: Python package uwsgi was already installed
              Failed to install packages: . Error:  ERROR: You must give at least one requirement to install (see "pip help install")
     Started: 16:58:47.412154
    Duration: 1493.028 ms
     Changes:   
ananyo2012 commented 6 years ago

This is a known issue with salt : https://github.com/saltstack/salt/issues/47752. We need to ugrade salt version or downgrade pip.

ananyo2012 commented 6 years ago

Fixed by upgrading saltstack to latest version.