anaconda
anaconda copied to clipboard
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 supp...
## Expected Behaviour I'd like to see docs for Python functions - ideally on hover. ## Actual Behaviour Currently I get nothing. The same goes for ctrl+alt+d . It works...
Getting error in Sublime text 3, when I test autoformatting after saving a file: > Autoformatting failed, buffer not changed. Anaconda settings: ``` { "auto_formatting": true, "auto_formatting_timeout": 5, "autoformat_ignore": [...
## Expected Behaviour jsonserver.py would run and lint my Python code ## Actual Behaviour jsonserver.py is running but cannot find ~/.local/share/anaconda/run because it does not exist ## Steps to Reproduce...
Is there a way to use WSL's python when configuring the `python_enterpreter` option? I'm using this for my `.anaconda` file, ``` { "python_interpreter": "C:\\Windows\\System32\\bash.exe -c /usr/bin/python", } ``` but Sublime...
I'm trying out ST Anaconda and I've noticed that when I use "Show errors list" the line numbers are slightly "wrong" - by 1, as if line numbering started at...
## Expected Behaviour When starting ST4, Anaconda uses the `python_interpreter` defined in `project_name.sublime-project` before other values of `python_interpreter` in Anaconda user or global settings to start `jsonserver.py`. This is expected...
``` ## Expected Behaviour ## Actual Behaviour ## Steps to Reproduce ## ST3, Anaconda and OS versions ## ST3 Console Logs ## Anaconda's JsonServer Logs **Note**: Anaconda's JsonServer logs can...
Increase the timeout for he get_socket_timeout() call as suggeted in https://stackoverflow.com/questions/41849999/sublime-text-3-anaconda-package-error-connection-to-localhost-timed-out See problem description in the above URL. This change fixes this issue which is persistent on MacOS Big Sur...
## Expected Behaviour Remote interpreter performs linting as expected. ## Actual Behaviour Linting doesn't happen, and JSON server/minserver fails with the following error: ``` error: uncaptured python exception, closing channel...
platform linux centos when I install the perl-gd through mamba install perl-gd Problem: package anaconda-2020.02-py37_0 requires expat 2.2.6 he6710b0_0, but none of the providers can be installed I search the...