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 such directory ~/.local/share/anaconda after installing Anaconda package #912

Open
iamrobusto opened this issue Nov 11, 2021 · 0 comments

Comments

@iamrobusto
Copy link

iamrobusto commented 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

@iamrobusto iamrobusto changed the title No such directory .local/share/anaconda No such directory ~/.local/share/anaconda after installing Anaconda package Nov 11, 2021
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

1 participant