You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsonserver.py is running but cannot find ~/.local/share/anaconda/run because it does not exist
Steps to Reproduce
install anaconda package in ST3
ST3, Anaconda and OS versions
ST3 Ubuntu 20.0 Python 3.8
ST3 Console Logs
check that there is Python process executing the anaconda jsonserver.py script running in your system. If there is, check that the Unix Domain Socket file /home/robusto/.local/share/anaconda/run/anaconda-2/anaconda.sock exists and that you can connect to it writing the following script in your Sublime Text 3 console:
File "main", line 1
socket.socket(socket.AF_UNIX, socket.SOCK_STREAM).connect(/home/robusto/.local/share/anaconda/run/anaconda-2/anaconda.sock)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
iamrobusto
changed the title
No such directory .local/share/anaconda
No such directory ~/.local/share/anaconda after installing Anaconda package
Nov 11, 2021
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
install anaconda package in ST3
ST3, Anaconda and OS versions
ST3 Ubuntu 20.0 Python 3.8
ST3 Console Logs
check that there is Python process executing the anaconda jsonserver.py script running in your system. If there is, check that the Unix Domain Socket file /home/robusto/.local/share/anaconda/run/anaconda-2/anaconda.sock exists and that you can connect to it writing the following script in your Sublime Text 3 console:
import socket; socket.socket(socket.AF_UNIX, socket.SOCK_STREAM).connect(/home/robusto/.local/share/anaconda/run/anaconda-2/anaconda.sock)
Anaconda's JsonServer Logs
Note: Anaconda's JsonServer logs can be found in:
Linux: ~/.local/share/anaconda/logs
OS X: ~/Library/Logs/anaconda
Windows: %APPDATA\Anaconda\Logs
File "main", line 1
socket.socket(socket.AF_UNIX, socket.SOCK_STREAM).connect(/home/robusto/.local/share/anaconda/run/anaconda-2/anaconda.sock)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: