srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Can't Install Jedi -Autocomplete in Sublime Text 3 #232

Closed amith1108 closed 6 years ago

amith1108 commented 6 years ago

Hi, I'm trying to install the jedi autocomplete package in Sublime Text 3. Each time I try to install it using Package Control it just doesn't complete installation even after several HOURS!!!

It shows me no error messages . The package just doesn't install .

I've installed Various Packages but never faced this issue.It just Keeps displaying at the bottom of the Sublime Text as Installing but never completes the installation.

How to solve this problem? Is there any other way to install the package?

psmolak commented 6 years ago

Same issue.

I've noticed this line in console: Package Control: The dependency 'mdpopups' is not available

Build 3143

srusskih commented 6 years ago

yeah. I can reproduce it. trying to figure out "why"

srusskih commented 6 years ago

Something bad with Package Control. Could reproduce the issue when I removed manually dependencies from /Users/sr/Library/Application Support/Sublime Text 3/Packages

Workaround:

  1. Remove 55-mdpopups.py from /Users/sr/Library/Application Support/Sublime Text 3/Installed Packages/0_package_control_loader.sublime-package
  2. Restart Sublime
  3. Try install Jedi one more time.