Open chaiweiwei opened 7 years ago
@chaiweiwei did you also checked out submodules as per Dev Setup? git submodule sync; git submodule update --init --recursive
yes, and the project can build success
about Baler, create .baler_env file under the card.io-iOS-source directory, is that mean?
hmm that's weird, make sure you run it from the root directory where fabfile.py is
i found 'fabfile.py' file,under the src directory, but when i run 'fab build:outdir=~' have error:
Traceback (most recent call last):
File "/usr/local/Cellar/fabric/1.10.2/libexec/lib/python2.7/site-packages/fabric/main.py", line 658, in main
docstring, callables, default = load_fabfile(fabfile)
File "/usr/local/Cellar/fabric/1.10.2/libexec/lib/python2.7/site-packages/fabric/main.py", line 165, in load_fabfile
imported = importer(os.path.splitext(fabfile)[0])
File "/Users/chaiweiwei/Downloads/card.io-iOS-source/src/fabric/fabfile.py", line 7, in <module>
import nose
ImportError: No module named nose
I already 'pip install nose'
Issue description
when running 'fab build:outdir=~' getting error 'Fatal error:
done
is Baler not install Successful?