Sublime Forum

Anaconda unable to locate python module

#1

I have been using sublime for years and I love it, but lately I am just finding a lot of issues related to Anaconda not being able to locate package.

I did a fresh install for both sublime and anaconda and, while is able to recognise the imported library (see pic 1)

when I try to find the location via Anaconda, I simply can’t, receiving the message that is unable to find the module imported (see pic 2 and 3):
2.


3.

this is how my Anaconda user settings file looks like:

{
	"anaconda_linting": false,
	"swallow_startup_errors": true,
	"python_interpreter": "$VIRTUAL_ENV/bin/python",
}

At this point I am close to move to VSCode, please rescue! :smile:

0 Likes

#2

And by the way, I am starting sublime from an env created with pyenv with python version 3.10

0 Likes

#3

Solution here: https://github.com/DamnWidget/anaconda/issues/924

0 Likes