bernd-wechner / Degoo

CLI tool(s) for working with Degoo cloud storage
Other
143 stars 41 forks source link

How to install this in termux & use it #52

Open kausal381 opened 2 months ago

kausal381 commented 2 months ago

I cloned & pip install -r requirements & python or python3 build.py but raise ImportError('failed to find libmagic. Check your installation') ImportError: failed to find libmagic. Check your installation This happens everytime. I dont have pc & I want to download all of my degoo data plz help

bernd-wechner commented 2 months ago

You're probably on Windows right? Only because on Windows I've had trouble with libmagic too and last I recal libmagic on Windows has a special package prebuilt.

kausal381 commented 2 months ago

You're probably on Windows right? Only because on Windows I've had trouble with libmagic too and last I recal libmagic on Windows has a special package prebuilt.

No I'm on termux. I dont have pc, im using termux monet 0.118 on samsung m21 android 12. I dont want to upload just download whole folder can i just iust ignore magic & install Degoo

bernd-wechner commented 2 months ago

Well, better check with termux and/or libmagic why there's no libmagic available with pip on termux I guess.

https://github.com/dveselov/python-libmagic

Also try StackOverflow:

https://stackoverflow.com/questions/76639423/installing-libmagic-with-pip-fails