-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stash does not run with Pythonista v3.4 Beta #462
Comments
I‘ve tried to patch stash myself and opened a new PR #463 |
tl;dr: Solution is #462 (comment) |
Uses branch The following unfortunately installs
So on the new beta, you need to do the normal install and let it crash💥 then
It says StaSH was successfully installed but then crashes. Rebooting Pythonista and then running |
This command worked for me: |
Seems as though the most recent TestFlight beta changed the name of the site-packages folder which broke pip. I'm guessing here... Pip install now errors when trying to install packages. I'm not talented enough to figure out a fix myself. Can anyone point me in the right direction? |
@AltKrypto A quick fix that might work for you. edit
|
That did the trick |
Today Pythonista v3.4 Beta was released.
When I execute
launch_stash.py
the following issue appears:Maybe there will be any fix in the near future?
Edit:
After fixing this issue a new one appears with these line
_ShTerminal = create_objc_class('_ShTerminal', ObjCClass('SUITextView'), [keyCommands, kcDispatcher_])
.SUITextView
does not exists.The text was updated successfully, but these errors were encountered: