Page 1 of 1

Problem install pip3

Posted: 06 Aug 2020, 03:53
by MaitreKuc
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?

Code: Select all

Traceback (most recent call last):
  File "get-pip.py", line 23682, in <module>
    main()
  File "get-pip.py", line 198, in main
    bootstrap(tmpdir=tmpdir)
  File "get-pip.py", line 82, in bootstrap
    from pip._internal.cli.main import main as pip_entry_point
zipimport.ZipImportError: can't decompress data; zlib not available

Re: Problem install pip3

Posted: 06 Aug 2020, 17:01
by TMSupport
Please advise your TNAS model number in return.
Please be noted that ARM models including F2-210/F4-210 do not have pip app at the moment.

Re: Problem install pip3

Posted: 07 Aug 2020, 22:03
by MaitreKuc
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.

Re: Problem install pip3

Posted: 10 Aug 2020, 14:19
by TMSupport
Since we can't replicate the issue here about pip, please advise whether it’s ok to let our engineer has a remote session to check it. You can send an email to support(at)terra-master.com to confirm it.

Re: Problem install pip3

Posted: 22 Aug 2020, 06:43
by ajs16
Please fix this problem. Pip is only working with python 2.7 and not 3.6. Python 2.7 is useless!

Re: Problem install pip3

Posted: 23 Aug 2020, 18:55
by MaitreKuc
Support took remote control of my NAS, I sent an email yesterday to get news on this issue.
I will give you some news.

Re: Problem install pip3

Posted: 24 Aug 2020, 12:53
by ajs16
Thanks, I appreciate it!

Re: Problem install pip3

Posted: 25 Aug 2020, 18:04
by MaitreKuc
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

Re: Problem install pip3

Posted: 15 Sep 2020, 19:27
by MaitreKuc
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