matlink / gplaycli

Google Play Downloader via Command line
Other
1.01k stars 178 forks source link

pip install fails with error #202

Closed Flashwalker closed 5 years ago

Flashwalker commented 5 years ago

pip Installation fails on Android on Termux. Install log:https://ptpb.pw/Yq6z/bash

matlink commented 5 years ago

I already tried to install on tmux but it seems to fail the compilation of some dependencies. It's not a gplaycli issue but more likely a protobuff one.

Flashwalker commented 5 years ago

There is an opinion that it might be an issue of support openssl 1.1.1, is it right guess?

Grimler91 commented 5 years ago

Looking at the log again I see that the error occurs when installing cryptography (as @matlink hinted). @Flashwalker are your packages up to date? (Have you run pkg upgrade?) This error shouldn't occurs for cryptography with up to date packages

Flashwalker commented 5 years ago

Ok. Upgrade fixed that. But not this: https://ptpb.pw/6nud/bash libxml2* is installed but pip said: no, bro.

Grimler91 commented 5 years ago

Quote from your log: make sure the development packages of libxml2 and libxslt are installed So install libxml2-dev and libxslt-dev..

Flashwalker commented 5 years ago

Oh, missed libxslt* to. Ok, now all of crap is installed. Gplaycli works. Nicely. Thnx guys, +10 for your logreading skill.