Skip to content
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

no command found after install terminus #436

Open
janu17th opened this issue Sep 11, 2024 · 4 comments
Open

no command found after install terminus #436

janu17th opened this issue Sep 11, 2024 · 4 comments

Comments

@janu17th
Copy link

Sublime Text v4 (Build 4180)
macos 14.5

I install Terminus with package control. I can see the preference settings but can not see any other commands. Do I miss some steps to set it up?

image
@Akashbharatpal
Copy link

The error that I am getting from console is

reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
Package Control: The dependency 'ptyprocess' is not currently installed; installing...
Package Control: The dependency 'ptyprocess' has successfully been installed or updated
Package Control: The dependency 'pyte' is not currently installed; installing...
Package Control: The dependency 'pyte' has successfully been installed or updated
Package Control: The dependency 'wcwidth' is not currently installed; installing...
Package Control: The dependency 'wcwidth' has successfully been installed or updated
reloading settings Packages/User/Package Control.sublime-settings
ignored packages updated to: ["Vintage"]
reloading settings Packages/Terminus/Terminus View.sublime-settings
reloading plugin Terminus.main
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py", line 325, in reload_plugin
    m = importlib.import_module(modulename)
  File "./python3.8/importlib/__init__.py", line 127, in import_module
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 868, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/Users/bharatpal/Library/Application Support/Sublime Text/Installed Packages/Terminus.sublime-package/main.py", line 18, in <module>
  File "/Users/bharatpal/Library/Application Support/Sublime Text/Installed Packages/Terminus.sublime-package/terminus/commands.py", line 12, in <module>
  File "/Users/bharatpal/Library/Application Support/Sublime Text/Installed Packages/Terminus.sublime-package/terminus/recency.py", line 4, in <module>
  File "/Users/bharatpal/Library/Application Support/Sublime Text/Installed Packages/Terminus.sublime-package/terminus/terminal.py", line 11, in <module>
  File "/Users/bharatpal/Library/Application Support/Sublime Text/Installed Packages/Terminus.sublime-package/terminus/ptty.py", line 7, in <module>
ImportError: cannot import name 'wcwidth' from 'wcwidth' (unknown location)
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
generating syntax summary
reloading settings Packages/User/Preferences.sublime-settings

@fruffy
Copy link

fruffy commented Dec 1, 2024

I am seeing a similar error. Unclear how to fix it.

@mattwidmann
Copy link

You need to update Package Control to version 4. See wbond/package_control#1612.

@fruffy
Copy link

fruffy commented Dec 5, 2024

What (iirc) ended up working for me is to delete all dependencies on force package control to repull them. Unfortunately I can not provide clear instructions because I ended up deleting non-user packages randomly until the problem resolved itself. I guess I initially ended up in a corrupted state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants