Discussion:
[conda] Getting Error on Loading Anaconda-Navigator
Matt Curcio
2018-11-17 18:00:10 UTC
Permalink
Greetings all,

On my Linux Minut 18.3 system, I installed:

* Anaconda3-5.3.0-Linux-x86_64.sh
* Anaconda-Navigator 1.9.2
* Python 3.7.0

When I open Anaconda-Navigator I get:
```
QApplication: invalid style override passed, ignoring it.
2018-11-17 11:37:14,426 - ERROR anaconda_api.is_vscode_available:1048
''
```

I found something a little obscure on Stavkoverflow:

https://stackoverflow.com/questions/49334847/error-anaconda-api-is-vscode-available871

And It suggested:

```
conda install -f launcher
conda install -f node-webkit
conda update -n base conda
conda update conda
conda update anaconda
```

No changes were seen after this point, the error persists.

Any ideas
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/86d2e579-7a2a-4d30-b609-12b02e31a74b%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...