I’m going to talk to myself here for a bit.
I manually ran pip3 install mailchimp3
and got by that error and got
ModuleNotFoundError: No module named 'algoliasearch'
I re-ran I ran pip install -e .
and see
Running setup.py develop for rasa-demo
Successfully installed algoliasearch-2.1.0 beautifulsoup4-4.6.3 geographiclib-1.50 geopy-1.18.1 gspread-3.0.1 httplib2-0.17.0 oauth2client-4.1.3 pandas-0.24.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 rasa-demo requests-2.21.0 rsa-4.0
However then saw ModuleNotFoundError: No module named 'algoliasearch'
Manually installed that and got
ModuleNotFoundError: No module named 'gspread'
I realized I’m using pip3, so I ran pip3 install -e .
and that went off and seems to have installed everything this time.
Whew.