ywangd / stash

StaSh - Shell for Pythonista
MIT License
1.92k stars 227 forks source link

Pandas v1.4.4 is bundled in Pythonista #507

Closed korbiniangabriel closed 6 months ago

korbiniangabriel commented 6 months ago

Issue: After freshly installing stash on Pythonista3, every single command is followed by a keyboard interrupt.

Usage: This hinders installations from git and running other commands like pip installing pandas.

Example:

[~/Documents]$ ls

launch_stash.py Welcome.md _objc_exception.txt Templates site-packages stash_extensions stash_install.py Examples

stash: ^C KeyboardInterrupt: Exit: 0

Environment: This runs on python 3 with currently no additional modules installed.

cclauss commented 6 months ago

Installing Pandas will not work because Pythonista already bundles Pandas.