On Mon, Jul 18, 2016 at 12:04 PM, Andrew Burnett <[email protected]> wrote:
> I had tried that previously but was met with the error: > > 'failed, because: Directory '.' is not installable. File 'setup.py' not > found.' > > Which I didn't understand because requirements.txt exists in the root > directory of the project, at the same level as setup.py. Any ideas? > I don't know how to fix that. It's obviously because it's not executing pip anchored to the folder containing the code / requirements.txt. Regardless, in your .ebextensions setup you should be using "pip install -e ." instead of "python setup.py develop". -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwGCNS9xFx6Ln0rsZ8tNXNdZLeR49wrrR43m%3D_y5Q7J23Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
