Конда не узнает, что у меня установлен узел? - PullRequest
0 голосов
/ 11 июля 2020

Открываю терминал.

jupyter labextension install @jupyterlab/github

An error occured.
ValueError: Please install nodejs >=10.0.0 before continuing. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details

Еще:

node -v

v14.5.0

Что происходит, и как заставить conda найти мой узел?

1 Ответ

0 голосов
/ 31 июля 2020

У меня была аналогичная проблема, и она была решена после установки полного пакета :

conda install -c conda-forge nodejs conda install -c conda-forge/label/gcc7 nodejs conda install -c conda-forge/label/cf201901 nodejs conda install -c conda-forge/label/cf202003 nodejs

...