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
Due to the permissions set on the requirements file which is owned by root, it is impossible to install the requirements without sudo. The etesync user which does not have the sudo command therefore cannot install the requirements.
It would be a good idea to add the requirements installation in the docker initialization but for update etc it probably would be good to change the permissions as well.
The text was updated successfully, but these errors were encountered:
I just discovered it is actually part of the installation process. In that case I probably have hit on another error. I am trying to create my super admin to start using this docker instance but I get the error:
etesync@etesync-etesync-dav1:/app$ cd etesync_dav/
etesync@etesync-etesync-dav1:/app/etesync_dav$ python ./manage.py createsuperuser
Traceback (most recent call last):
File "./manage.py", line 23, in <module>
from .radicale.creds import Credentials
ImportError: attempted relative import with no known parent package
I assumed this was due to requirements not being installed.
ph00lt0
changed the title
Impossible to install requirements on Docker image
Createsuperuser broken in Docker image
Oct 5, 2022
ph00lt0
changed the title
Createsuperuser broken in Docker image
Createsuperuser broken in Docker image .radicatle.creds is unkown.
Oct 5, 2022
Due to the permissions set on the requirements file which is owned by root, it is impossible to install the requirements without sudo. The etesync user which does not have the sudo command therefore cannot install the requirements.
It would be a good idea to add the requirements installation in the docker initialization but for update etc it probably would be good to change the permissions as well.
The text was updated successfully, but these errors were encountered: