Replies: 1 comment 1 reply
-
|
This is expected. As noted in the documentation, scripts running in Shortcuts have severe memory limitations, compared to running in the app. A module like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I try to execute a Pythonista script from the iOS Shortcuts app and my script contains
import pandasI get this message
Could not run {script_name} Pythonista Script There was a problem communicating with the app.I tried importing numpy and others and no problems there.
Beta Was this translation helpful? Give feedback.
All reactions