-
Notifications
You must be signed in to change notification settings - Fork 227
Database issue in conda environment on Ubuntu 18.04 #1535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
we checked together and the code ends up here: By the way, this prompt also appears when we provide the |
The various print comments were inserted in the various if statements in the lines mentioned in print output. The end of function was just inserted before the return The output with
|
@kjappelbaum the postgres package that you are using remains the same throughout all these attempts, correct (i.e. installed once via I'll set up an ubuntu 18.04 VM to check, might take a bit |
This is what I get installing aiida v0.12.0 on Ubuntu 18.04
Again, the following command runs through without the need for sudo privileges:
@DropD Any ideas? |
@ltalirz yes, it was the same postgresql installation. But the difference was that for the installation which I tried in the conda environment I installed it from the github repo whereas in the case it worked for me on Ubuntu 18.04 I installed directly via Hence, I purge removed now my postgresql installation, reinstalled it and then managed to install aiida directly with |
For 1.0.0a1 and higher:
For 0.12.2:None of the above seems to apply. However, it seems to me from the output above that the sudo password prompt got suppressed for some reason as well. The error in |
The fix applied in #1734 is broken again, so for now |
A few comments:
@DropD and me are now looking into
|
Tests completed successfully (all inside python virtualenv): aiida
modified
|
Hi @ltalirz is this ok for the v1.0.0 milestone? If not, please reassign the milestone, thanks! |
I tried to install aiida (latest stable release) with
pip -e
in a conda enviornment on Ubuntu 18.04. The installation outside conda worked for me. Butverdi quicksetup
fails in a conda environment and raises a database error (the problem also appears inside a regular virtual python environment):The text was updated successfully, but these errors were encountered: