card-io / card.io-iOS-source

The open-source code for the card.io-iOS-SDK: provides fast, easy credit card scanning in mobile apps
Other
686 stars 369 forks source link

when running 'fab build:outdir=~' getting error 'Fatal error: Couldn't find any fabfiles!' #94

Open chaiweiwei opened 7 years ago

chaiweiwei commented 7 years ago

Issue description

when running 'fab build:outdir=~' getting error 'Fatal error:

fab build:outdir=~

Fatal error: Couldn't find any fabfiles!

Remember that -f can be used to specify fabfile path, and use -h for help.

Aborting.

done

pip install -r pip_requirements.txt

is Baler not install Successful?

romk1n commented 7 years ago

@chaiweiwei did you also checked out submodules as per Dev Setup? git submodule sync; git submodule update --init --recursive

chaiweiwei commented 7 years ago

yes, and the project can build success

about Baler, create .baler_env file under the card.io-iOS-source directory, is that mean?

romk1n commented 7 years ago

hmm that's weird, make sure you run it from the root directory where fabfile.py is

chaiweiwei commented 7 years ago

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'