thebaselab / codeapp

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

Pip and extensions #599

Closed TheSeeven closed 2 years ago

TheSeeven commented 2 years ago

While extensions are not really that big of a deal, I would love to be able to install libraries in order to extend my python

bummoblizard commented 2 years ago

You can do pip install in the terminal.

On Wed, 5 Oct 2022 at 08:26, Perianu Leon @.***> wrote:

While extensions are not really that big of a deal, I would love to be able to install libraries in order to extend my python

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/599, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T22KLEJDJ4F4VQZZLXLWBTDLFANCNFSM6AAAAAAQ5CC4DI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TheSeeven commented 2 years ago

I receive this when i try:

Perianu Leon


From: Ken Chung @.> Sent: Thursday, October 6, 2022 2:33:56 PM To: thebaselab/codeapp @.> Cc: Perianu Leon @.>; Author @.> Subject: Re: [thebaselab/codeapp] Pip and extensions (Issue #599)

Closed #599https://github.com/thebaselab/codeapp/issues/599 as completed.

— Reply to this email directly, view it on GitHubhttps://github.com/thebaselab/codeapp/issues/599#event-7533713432, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APUHVG7G3IKQKSWOIIEXIRTWB22KJANCNFSM6AAAAAAQ5CC4DI. You are receiving this because you authored the thread.Message ID: @.***>

bummoblizard commented 2 years ago

@TheSeeven I can't see the error.

TheSeeven commented 2 years ago

image

This happens on my ios 16.0.2 iphone 13 and ipad gen5 11" ios 15.7

bummoblizard commented 2 years ago

What module are you trying to install?

On Thu, 6 Oct 2022 at 19:42, Perianu Leon @.***> wrote:

[image: image] https://user-images.githubusercontent.com/65567387/194303931-04d4d834-ab58-4dcd-92be-8659fcead845.png

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/599#issuecomment-1269877252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T25WMVOPPSWJOC6S2TTWB23KRANCNFSM6AAAAAAQ5CC4DI . You are receiving this because you modified the open/close state.Message ID: @.***>

TheSeeven commented 1 year ago

scipy

TheSeeven commented 1 year ago

Hello, I am comment back for the installing module part. I am trying to install sklearn but I get a writing error, so technically I cannot install the desired module for my needs. image image