Closed vahndi closed 7 years ago
Thanks for reporting this! Can you please provide some more details on your environment? (Python version, os, etc...)
Sure! Python 3.6 with OSX Yosemite.
Btw I got it to install by installing enaml
separately, cloning and then running setup.py
conda create -n enaml_web_env python=3.6
conda install -n enaml_web_env enaml -c ecpy
source activate enaml_web_env
git clone https://github.com/codelv/enaml-web.git
cd enaml-web/
python setup.py install