Just a follow-up: I did try the install again on a fresh Ubuntu 16.04 VM and my last observation (at the bottom of this thread) was incorrect: You must upgrade pip (to version 19.1) AFTER activating the virtual environment (between steps 3 and 4 of the installation instructions). Seems no matter what version of pip you're running before activating the virtual environment, the virtual environment starts with the old version.
On Wednesday, 1 May 2019 22:10:49 UTC-4, Colin Wu wrote: > > Hi all, > > I am trying to install Arches on a Ubuntu 16.04 desktop and python 2.7.12. > Everything seems to go swimmingly until I reach the "Install Elasticsearch > with Arches" section! > > Running the suggested command (python manage.py es install) gives me > errors that ultimately result from the script not being able to find a > captcha module (ImportError: No module named captcha). > > I searched the forum and found (old) posts about not finding the captcha > module during an upgrade from 4.0.1 to 4.1.0. Tried the suggestions there > but no joy. > > I note that 4.4.1 was only released March 29 (?) so maybe the installation > procedure hasn't been sufficiently debugged yet? > > Thanks for any help. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
