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
Tried to install in Debian 11 (current version of Yunohost), and python-pip does not represent python2 anymore... not sure if radicale works with python3 or where to head from here.
33834 DEBUG dpkg: radicale-ynh-deps: dependency problems, but configuring anyway as you requested:
33834 DEBUG radicale-ynh-deps depends on python-pip; however:
33834 DEBUG Package python-pip is not installed.
33834 DEBUG radicale-ynh-deps depends on python-virtualenv; however:
33835 DEBUG Package python-virtualenv is not installed.
33835 DEBUG radicale-ynh-deps depends on virtualenv; however:
33835 DEBUG Package virtualenv is not installed.
33835 DEBUG radicale-ynh-deps depends on python-dev; however:
33835 DEBUG Package python-dev is not installed.
33835 DEBUG radicale-ynh-deps depends on libldap2-dev; however:
33835 DEBUG Package libldap2-dev is not installed.
33836 DEBUG radicale-ynh-deps depends on libsasl2-dev; however:
33836 DEBUG Package libsasl2-dev is not installed.
33836 DEBUG radicale-ynh-deps depends on libssl-dev; however:
33836 DEBUG Package libssl-dev is not installed.
33837 DEBUG radicale-ynh-deps depends on uwsgi; however:
33837 DEBUG Package uwsgi is not installed.
33837 DEBUG radicale-ynh-deps depends on uwsgi-plugin-python; however:
33837 DEBUG Package uwsgi-plugin-python is not installed.
The text was updated successfully, but these errors were encountered:
Tried to install in Debian 11 (current version of Yunohost), and python-pip does not represent python2 anymore... not sure if radicale works with python3 or where to head from here.
This is the line that I think needs updating:
radicale_ynh/scripts/_common.sh
Line 9 in 9e6dd81
This is the error message I get:
The text was updated successfully, but these errors were encountered: