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!