thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Can’t install pandas. Is this expected? #59

Closed carlossierra311 closed 3 years ago

carlossierra311 commented 3 years ago

I am trying to run a small project that uses pandas, and after hitting run, codeapp diligently tells me that pandas isn't installed. So I then try: pip install pandas

And I get a message suggesting me to update pip's installed version, so I proceed with: python -m pip install –upgrade pip

This works fine, and pip's latest version in installed. I try to install pandas again, and now I get a cascading attempt to do so with older pandas versions, failing each time with the following numpy related message: image

Can you please provide some guidance on how to proceed?

Thanks

bummoblizard commented 3 years ago

Hello. Yes this is expected. Pip install does not support modules with native components due to iOS constraints.

With that being said, it's possible for me to include pandas as a built in module and I do plan to include it in future updates.

carlossierra311 commented 3 years ago

Ok. Thank you Ken.

bummoblizard commented 3 years ago

Added in the latest build. Will be available on App Store very soon.