Search found 9 matches

by MaitreKuc
03 Jul 2022, 00:33
Forum: Developer Discussion Room
Topic: TOS 5 Application Development Guide
Replies: 3
Views: 3298

Re: TOS 5 Application Development Guide

I tested a very simple application, it works I would say, but it should be specified that the application must be in x64_tos5_apps/NAME_APP/output , because in the doc it is not mentioned anywhere and we end up with an error of config.ini inaccessible in the output folder. Now I need to dig a little...
by MaitreKuc
03 Jul 2022, 00:25
Forum: Update Notice
Topic: TOS 5.0.126 (x.86) is Released for Update
Replies: 21
Views: 7044

Re: TOS 5.0.126 (x.86) is Released for Update

So after a power outage my F2-220 disks were unknown (not your fault and I got everything back, it was long). So I formatted everything and reinstalled TOS5 properly. But unfortunately I realize that there are still quite a few problems. I saw the Nextcloud application available, I install it but it...
by MaitreKuc
27 Mar 2022, 21:56
Forum: Others
Topic: TOS 5 - Python 3 and Pip
Replies: 1
Views: 1159

TOS 5 - Python 3 and Pip

I'm on TOS version 5.0.58, fresh and clean install.
I installed Python3 and pip, but the commands are unknown via ssh.
But if I search for Python3 and try to run it, it doesn't work.
And for pip, apparently it doesn't install properly, no programs, just directories.
by MaitreKuc
15 Sep 2020, 19:27
Forum: Others
Topic: Problem install pip3
Replies: 8
Views: 4740

Re: Problem install pip3

I made a tutorial to install Entware.
viewtopic.php?f=37&t=829

To install python3 :

Code: Select all

opkg install python3
and pip3:

Code: Select all

opkg install python3-pip
by MaitreKuc
13 Sep 2020, 23:39
Forum: Developer Discussion Room
Topic: [TUTO] Install Entware (opkg)
Replies: 11
Views: 12285

[TUTO] Install Entware (opkg)

Hello everyone, I tried to install pip3 on my NAS F2-220, but there was a problem preventing its installation. I had tried Xpenology some time ago and used Entware to install other packages than those available on the official store. So I saw if I could install it under TOS. And it works, only on X8...
by MaitreKuc
25 Aug 2020, 18:04
Forum: Others
Topic: Problem install pip3
Replies: 8
Views: 4740

Re: Problem install pip3

Here is the answer:
Hello ,

The technician is confirming your required feature now, and will get back to your when there is a result.

Regards
by MaitreKuc
23 Aug 2020, 18:55
Forum: Others
Topic: Problem install pip3
Replies: 8
Views: 4740

Re: Problem install pip3

Support took remote control of my NAS, I sent an email yesterday to get news on this issue.
I will give you some news.
by MaitreKuc
07 Aug 2020, 22:03
Forum: Others
Topic: Problem install pip3
Replies: 8
Views: 4740

Re: Problem install pip3

I have an F2-220.
I had already managed to install pip3, but I reset my NAS and since then I have not been able to.
by MaitreKuc
06 Aug 2020, 03:53
Forum: Others
Topic: Problem install pip3
Replies: 8
Views: 4740

Problem install pip3

Hello, I'm trying to install pip3, but it gives me an error. I uploaded the file to https://bootstrap.pypa.io/get-pip.py, then ran the "python3 get-pip.py" command. Python3 and pip are well installed. How to install pip3? Traceback (most recent call last): File "get-pip.py", line...