Closed Ryuo1 closed 1 month ago
Hi @Ryuo1, from the error I see that the TUI lib caused the crash and has nothing to do with smassh
I have no idea about Scoop but I'll look into it. Can you also share your Python version? Thanks
cry that this error would not have existed on Arch Linux
lmao yes
Python 3.12.2
Can you try running this in your python3.12 shell:
from typing_extensions import Final, TypeGuard
Python 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from typing_extensions import Final, TypeGuard
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\anshu\scoop\apps\python\current\Lib\site-packages\typing_extensions.py", line 1174, in <module>
class TypeVar(typing.TypeVar, _DefaultMixin, _root=True):
TypeError: type 'typing.TypeVar' is not an acceptable base type
Ok so it's a known issue ( see https://github.com/python/typing_extensions/issues/243)
And most likely because you're using Python 3.12
I've updated the deps, can you retry?
pip install git+https://github.com/kraanzu/smassh.git
Closing this as stale
Did we solve your problem?
Glad we could help! Don't forget to star the repository! – @kraanzu
Describe the bug 🐛
using
pip
in windows, installed from scoop. I get this error after I install smassh from pip:To Reproduce 🐣
Expected behavior 🤔
it work
Screenshots 🧐
No response
Your operating system name
Windows
Your operating system version
23H2
Additional context 📝
No response