You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
when running fab loc:py=27,ref=next bootstrap after a long while it fails with
******************************************************
** ERROR MESSAGES **
******************************************************
*************************************************
** IMPORT ERROR No module named sqlalchemy
*************************************************
** Perhaps you forgot to install some of the **
** prerequisite Python modules? Please look **
** at our INSTALL file for more details and **
** fix the problem before continuing! **
*************************************************
There were 1 error(s) found that you need to solve.
Please see above, solve them, and re-run configure.
Note that there are also 2 warnings you may want
to look into. Aborting the installation.
configure: error: Please fix the above Python problem before continuing.
Solution was to switch to atlantis27next env and install missing dependency: sqlalchemy, jinja2, flask, ... "manually". It feels as if deps are deployed into an fabenv environment instead of atlantis27next. Is it possible?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
when running
fab loc:py=27,ref=next bootstrap
after a long while it fails withSolution was to switch to atlantis27next env and install missing dependency: sqlalchemy, jinja2, flask, ... "manually". It feels as if deps are deployed into an fabenv environment instead of atlantis27next. Is it possible?
The text was updated successfully, but these errors were encountered: