Problem install pip3

Discussion of applications not mentioned above.
Locked
User avatar
MaitreKuc
Posts: 8
Joined: 06 Aug 2020, 03:43

Problem install pip3

Post 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
NAS : F2-220
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Problem install pip3

Post 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.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
MaitreKuc
Posts: 8
Joined: 06 Aug 2020, 03:43

Re: Problem install pip3

Post 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.
NAS : F2-220
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Problem install pip3

Post 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.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
ajs16
Posts: 2
Joined: 22 Aug 2020, 06:42

Re: Problem install pip3

Post by ajs16 »

Please fix this problem. Pip is only working with python 2.7 and not 3.6. Python 2.7 is useless!
User avatar
MaitreKuc
Posts: 8
Joined: 06 Aug 2020, 03:43

Re: Problem install pip3

Post 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.
NAS : F2-220
User avatar
ajs16
Posts: 2
Joined: 22 Aug 2020, 06:42

Re: Problem install pip3

Post by ajs16 »

Thanks, I appreciate it!
User avatar
MaitreKuc
Posts: 8
Joined: 06 Aug 2020, 03:43

Re: Problem install pip3

Post 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
NAS : F2-220
User avatar
MaitreKuc
Posts: 8
Joined: 06 Aug 2020, 03:43

Re: Problem install pip3

Post 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
NAS : F2-220
Locked