Embarcadero / Lightweight-Python-Wrappers

Lightweight Wrappers based on Python4Delphi to make it easy to import Python modules into Delphi components.
MIT License
31 stars 11 forks source link

P4D in android platform module pip #22

Open Walid-alg opened 1 month ago

Walid-alg commented 1 month ago

have an issue with installing any external Python library; the pip module does not work on the Android platform. Is there a solution for this? I try import pip module, The message error is "ModuleNotFoundError :No module named 'pip'" Thank you.