-
Notifications
You must be signed in to change notification settings - Fork 191
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
verdi profile delete #3534
Comments
Thanks @young-han for the report. This seems maybe like a python version error. Can you print the output of |
Hi Sebastian, here is the result that I have when I run "python --version" and "pip freeze" as well as "which python". Thank you! -- (aiida) $ which python (aiida) $ ls -l ~/.virtualenvs/aiida/bin/python (aiida) $ ls -l ~/.virtualenvs/aiida/bin/python3 (aiida) $ pip freeze |
I found that the problem disappeared when I set pg_hba.conf as local all all trust |
I tried to follow the instruction at https://aiida-core.readthedocs.io/en/latest/install/installation.html, but I could not make the password empty. It seems that "!" does not work for password. |
What command are you using to create a profile, |
I used |
To be honest I am not familiar with that section of the docs nor that method of connecting. Do you have a database created in PostgresSQL? That is to say, can you connect to it from the command line e.g.:
If that works, then I would suggest to run |
When I set I will use the following trust METHOD for the local access until finding out the ident METHOD:. |
Hi @young-han , I've finally found a bit of time to look into the wider issue of verdi quicksetup and autodetecting the postgresql setup. Reading through your reports, I notice a couple of issues:
I will look into issues 1-3 now. As for your issue with the database setup in the
and should be able to use Note that I can't say what applies to the profiles set up in the meanwhile since the settings of their databases may differ. |
@young-han is the new aiida working for you? Then, it will be safe to close this issue I guess. |
When I try to delete my test profiles, I have error messages as below.
I am using postgresql-9.6 and aiida-core 1.0.0 on centos6.
The text was updated successfully, but these errors were encountered: