File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ After installing python3.5, create the virtual environment with the following co
3535pip install virtualenv
3636pip install virtualenvwrapper
3737mkvirtualenv --python=` which python3.5` mfr
38+ pip install setuptools==30.4.0
3839pip install invoke==0.11.1
3940invoke install
4041invoke server
@@ -77,6 +78,14 @@ invoke install --develop
7778invoke test
7879```
7980
81+ ### Known Issues
82+
83+ Running invoke install -d with setuptools v31 can break waterbutler. The symptom error message is: "AttributeError:
84+ module 'mfr' has no attribute '__ version__ '". If you encounter this, you will need to remove the file
85+ mfr-nspkg.pth from your virtualenv directory, run ` pip install setuptools==30.4.0 ` , then re-run ` invoke install -d ` .
86+
87+ #
88+
8089### Create your own module
8190
8291Interested in adding support for a new provider or file format? Check out the CONTRIBUTING.rst docs.
You can’t perform that action at this time.
0 commit comments