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
Hi, I followed all the steps and installed properly.
$ # Install on MyCloud EX2 Ultra
$ opkg update
$ opkg install python3-pip
$ pip3 install --upgrade pip
$ pip install setuptools
$ # Install on MyCloud EX2 Ultra : limit to 1.23.x, because >=1.24 requires to build crypto libs in ARM
$ # (not possible with opkg because of lack of dev packages)
$ pip install docker-compose~=1.23.0
$ id -u <user>
$ id -g <user>
But not sure what else I need to do. Could you direct me what I am missing. Thank you
The text was updated successfully, but these errors were encountered:
Hi, I followed all the steps and installed properly.
But not sure what else I need to do. Could you direct me what I am missing. Thank you
The text was updated successfully, but these errors were encountered: