Try minimum Kombu upgrade to correct import problem
from fabric.api import env# the user to use for the remote commandsenv.user = 'user'# the servers where the commands are executedenv.hosts = ['server']env.srv_venv_path = 'virtualenv folder path on host'