Dmytro Yaroshenko

Results 143 comments of Dmytro Yaroshenko

@bennr01 Do we can take six from pip/github? Looks like sources are there and we able to download it for stash

I have pyterminal original pip 25 installed with pipTerminal and then six installed with this pip, but there issuess with cli arguments handling in stash ![image](https://github.com/user-attachments/assets/df8617ba-5cec-48ec-b1bf-ce24ecc36e9c) ![image](https://github.com/user-attachments/assets/e28260bb-6677-48a8-9842-f15ee59aa500) ![image](https://github.com/user-attachments/assets/1fb2d553-61d4-460d-974d-2aa98f3b78f9)

Use this to install modern pip https://github.com/CrossDarkrix/Pythonista3_pip_Configration_Tool

I used pipTerminal v2.0.8 with lib2to3 requirements commented ![image](https://github.com/user-attachments/assets/1090f4c8-01ae-4ba2-a9ca-fa430d0c15d6)

> I thought the Beta had a built in way to install third party modules. That would make StaSH unnecessary. In my opinion, either this should support regular pip, or...

> We need a PR that removes the `six` dependency because `lib2to3` was deprecated in Python 3.11 and removed in 3.13. > > * https://docs.python.org/3/whatsnew/3.13.html > > Python 2 died...

> We need a PR that removes the `six` dependency because `lib2to3` was deprecated in Python 3.11 and removed in 3.13. > > * https://docs.python.org/3/whatsnew/3.13.html > > Python 2 died...

so, `six` is just single file module, I mean it simply can be added inside stash. Also I started revisiting stash sources, that's not looks too hard to update, possibly...

> Six requires lib2to3 which was removed in Python >= 3.13. Seem like six on pypi not require it. I'll check it again tooday soon. Second one thing, I can...

@cclauss @bennr01 I just started * #524