awesome-python3-webapp icon indicating copy to clipboard operation
awesome-python3-webapp copied to clipboard

mac 上执行fab build 出现异常,初学者不太懂,在网上找了下也没有看到类似的,但是在我的Windows上是可以的

Open jaxlifu opened this issue 6 years ago • 1 comments

fab build
[60.205.190.223] Executing task 'build'
[localhost] local: rm -f dist/dist-awesome.tar.gz
[localhost] local: tar --dereference -czvf ../dist/dist-awesome.tar.gz --exclude='test' --exclude='.*' --exclude='*.pyc' --exclude='*.pyo' static templates transwarp favicon.ico *.py
tar: Failed to open '../dist/dist-awesome.tar.gz'

Fatal error: local() encountered an error (return code 1) while executing 'tar --dereference -czvf ../dist/dist-awesome.tar.gz --exclude='test' --exclude='.*' --exclude='*.pyc' --exclude='*.pyo' static templates transwarp favicon.ico *.py'

Aborting.

希望博主能在百忙中抽空帮我解答下,我用博主的github clone 下来运行也是这样

jaxlifu avatar Oct 14 '17 15:10 jaxlifu

fab --version
Fabric 1.14.0
Paramiko 2.3.1

是不是fabric 安装出了问题

jaxlifu avatar Oct 14 '17 16:10 jaxlifu