stash icon indicating copy to clipboard operation
stash copied to clipboard

StaSh - Shell for Pythonista

Results 119 stash issues
Sort by recently updated
recently updated
newest added

_[Documents]$_ `selfupdate dev` > site-packages/stash/bin/selfupdate.py:56: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import...

Hi there, I'm new to Pythonista and Stash, I am trying to install a simple pip module and I cannot get it working. Is there something stupid I am missing...

**Description** A clear and concise description of what the bug is. I am trying to install: https://github.com/lencx/ChatGPT When I try to install [pure python project (chatgpt)](https://github.com/lencx/ChatGPT) on pythonista on my...

I'm trying to pip install mpi4py for Pythonista, it seems to work but it does not completed it keeps hanging. Thanks

while attempting to change text colors by selecting another color from the available color choices results in the field label no longer being displayed and the following trace back: File...

I can clone a github repository using **http**, but if I use ssh, it fails due to the following error: ``` stash: : The remote server unexpectedly closed the connection....

The else statement on line 86 https://github.com/ywangd/stash/blob/773d15b8fb3853a65c15fe160bf5584c99437170/bin/curl.py#L86-L87 should be replaced with something like the code below which will print the headers out if `-X HEAD` is used ``` else: if...

TypeError("unsupported operand type(s) for +: 'OmniClass' and 'list'",) Failed to un setup.py Fall back to directory guessing ... Error: Cannot locate packages. Manual installation required. When installing imreg_dft or pillow,...

I have complete the Installation of StaSh according to the instruction. What command do I need to add in order to install packages "bitstring" and "MIDIUtil"??? Please help!

Files in folders don't seem to be copying when running command "cp source/folder/ dest/folder"