ksauraj / jee_counsellor

"Introducing jee_counsellor - a tool to display colleges based on Jee Mains rank. Get personalized informations based on your rank and make informed decisions.
GNU General Public License v3.0
13 stars 8 forks source link

termux: find a way to run tool on termux #12

Closed ksauraj closed 7 months ago

ksauraj commented 7 months ago

All dependencies used here are available on termux ( pandas, colorama ) But the main problem is to install numpy ( which is used by pandas ) in termux. If someone can make a accurate guide to make it run on termux will be very helpful. We can also add bash script for reducing pain for new users.

TheDarkW3b commented 7 months ago

Assign it to me please

ksauraj commented 7 months ago

Assign it to me please

Sure, Go ahead

TheDarkW3b commented 7 months ago

General numpy installation fails as termux doesn't support NumPy, some functions required to build NumPy is unavailable as NumPy is written in C and needs to be compiled.

numpy

Later on python-numpy is added, which is specially made for termux users. Similarly python-pandas was made which internally uses python-numpy but it lies under tur-repo.