beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.08k stars 155 forks source link

How can i add 3rd Site-packages like pandas, matplotlib, sklearn etc??? #189

Closed abhishekbiswas772 closed 9 months ago

abhishekbiswas772 commented 9 months ago

What is the problem or limitation you are having?

How can i add 3rd Site-packages like pandas, matplotlib, sklearn etc???

Describe the solution you'd like

Please guide us for same. any way to add in site-packges folder in python run time will help this

Describe alternatives you've considered

using REST api method but i dont want it

Additional context

No response

freakboy3742 commented 9 months ago

This is explicitly mentioned in the FAQ, and in the tutorial.

If your question is about availability of packages like sklearn on mobile - that's a very different question, and it depends on whether you're targeting Android or iOS.

abhishekbiswas772 commented 9 months ago

ok, actually I want to integrate any 3rd party packages of Python for testing. (targeting the ios platform)

freakboy3742 commented 9 months ago

The best documentation I can point you at is the usage guide. However, I will reinforce what that usage guide says in the opening: the only officially supported configuration of this project is using Briefcase. This project can be used by itself; however, it's up to you to work out how to do so.

abhishekbiswas772 commented 9 months ago

okay sir, thank you for guiding.