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

I am unable to install pyzmq: https://pyzmq.readthedocs.io/en/latest/index.html ``` ... Downloading package ... Opening: https://files.pythonhosted.org/packages/bf/7f/24a55c3393d54570f26fa8845e8e42e813bf1b7fb668ed5d3de76b71dbe9/pyzmq-25.0.2.tar.gz Save as: /private/var/mobile/Containers/Data/Application/5ED2B4FD-8D0B-4A55-A32F-C62914E9CFE3/tmp//pyzmq-25.0.2.tar.gz (1209578 bytes) [====================] 100.00% | 1.2MiB stash: ^C KeyboardInterrupt: Exit: 0 Extracting archive...

Hi thank you for working on Stash. I noticed a couple of issues which might be related: Only the first line of .stashrc is loaded when Stash is launched or...

pip install fyiban Querying PyPI ... Downloading package ... Opening: https://files.pythonhosted.org/packages/5b/96/9a928f9001136221926d29bd37b7c1051abea2dffd77c24c766233bc7f1c/fyiban-1.0.7-py3-none-any.whl Save as: /private/var/mobile/Containers/Data/Application/E0DB3948-F748-4A00-9318-EB06DC69C726/tmp//fyiban-1.0.7-py3-none-any.whl (13440 bytes) [====================] 100.00% | 13.1KiB stash: ^C KeyboardInterrupt: Exit: 0 Installing wheel: fyiban-1.0.7-py3-none-any.whl... Package installed:...

old packages can be reinstalled with pip after full clean reinstall and patch of my last three comments

With these changes wildcard versions lile '==1.*' can be matched. IMPORTANT: `packaging` or `pip` must be installed for this.

I get this error messages: pip install mysql.connector /var/containers/Bundle/Application/xyz/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/__init__.py:110: RequestsDependencyWarning: urllib3 (2.0.0) or chardet (None)/charset_normalizer (2.1.1) doesn't match a supported version! warnings.warn( site-packages/stash/bin/pip.py:35: DeprecationWarning: The distutils package is deprecated and...

please comment out KeyboardInterrupt message #self.write_error_message(final_errs, msg)

Both branches are incompatible with the [current version of Pythonista](https://forum.omz-software.com/topic/8054/pythonista-3-4-is-out). I would like to work with a maintainer to restore compatibility on one or both branches. @ywangd, @bennr01, @jsbain

Today [Pythonista v3.4 Beta](https://forum.omz-software.com/topic/7900/what-what-what-new-version-in-testflight) was released. When I execute `launch_stash.py` the following issue appears: ```bash Traceback (most recent call last): File "/private/var/mobile/Containers/Shared/AppGroup/04823405-B61A-4EBC-8D72-116EB0824B40/Pythonista3/Documents/launch_stash.py", line 28, in from stash import stash File...