DamnWidget / anaconda

Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
http://damnwidget.github.io/anaconda/
GNU General Public License v3.0
2.22k stars 259 forks source link

[WorkAround] Manually installing anaconda on ST3 #933

Closed amircheg closed 1 year ago

amircheg commented 1 year ago

I followed the instructions in "For Sublime Text 3 Users" section carefully but wasn't able to get it to work. I have the latest release of ST3 (v3.2.2 build 3211) installed on my laptop. ST3 install location: C:\softwares\Sublime Text 3 I downloaded anaconda-2.2.3.zip, extracted it to C:\Users\Admin\AppData\Roaming\Sublime Text 3\Packages\anaconda-2.2.3 it shows anaconda-2.2.3 when i list packages, but nothing works...

DamnWidget commented 1 year ago

Latest version does not works with ST3 anymore, please, refer to the README

https://github.com/DamnWidget/anaconda#very-important-notice-please-read-carefully

DamnWidget commented 1 year ago

Wait, you said you used the workaround... do you get any error in ST3 console?

amircheg commented 1 year ago

No nothing happens. No output, nothing...

amircheg commented 1 year ago

It is not the latest version of anaconda its the latest version of st3 btw

DamnWidget commented 1 year ago

Try to remove the version from the package name, so you end with C:\Users\Admin\AppData\Roaming\Sublime Text 3\Packages\anaconda instead