Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

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

Open
chaiweiwei opened this issue Sep 21, 2017 · 4 comments

Comments

@chaiweiwei
Copy link

chaiweiwei commented Sep 21, 2017

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
Copy link
Contributor

romk1n commented Sep 21, 2017

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

@chaiweiwei
Copy link
Author

chaiweiwei commented Sep 21, 2017

yes, and the project can build success

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

@romk1n
Copy link
Contributor

romk1n commented Sep 21, 2017

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

@chaiweiwei
Copy link
Author

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'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants