Closed cybertk closed 9 years ago
Is fabric in your PYTHONPATH? Does this succeed? python -c "import fabric.context_managers"
It seems the fabric defined in requirements.txt
is too old. shell_env
is introduced by Fabric 1.5.0 after a quick Google.
The issue is fixed after upgrading fabric to 1.5.0, I will provide a PR soon.
Cannot build with
fab build:outdir=~
, it failed with