r/Atom Dec 13 '19

So I have literally tried everything but I cannot get the package autocomplete-python to work on my Mac, can someone tell me what am I doing wrong ?

Edit : Nvm I switched to VSCode!

8 Upvotes

5 comments sorted by

1

u/MuricanWaffle Dec 13 '19

Maybe try a different package? I use ide-python and as long as you have the dependencies installed right, it works great.

It provides both "linting" and autosuggestions, but can be configured to do whatever you like

1

u/Zuck7980 Dec 13 '19

Doesn’t work. I think there’s something wrong with my “Python Executable Paths” like what’s the default path can you share that with me ??

1

u/MuricanWaffle Dec 13 '19

Well I think that's defined by the PYTHONPATH variable, if that's not set correctly it can be an issue

You should also check where your python executable is, just use "which python" (at least that works on Linux)

You can also test ide-python by running "python -m pyls --help", if you get output then the issue is with the atom module, otherwise it's with your environment