tensorflow, anaconda에서는 import 할 수 있었는데, VScode(Jupyter)로는 할 수 없을 때의 메모
문제
Ubuntu16.04에서 tensorflow-gpu를 설치했습니다.
anaconda의 가상 환경상에서는 import 할 수 있었는데, VScode(Jupyter)로부터는 import 할 수 없다! ! ! !
원인
Anaconda의 Python 경로와 Jupyter의 Python 경로가 일치하지 않는 것 같습니다.
매우 유용한 사이트 ➡ htps : // 이 m/tk_01/이고 ms/9d3961에 386714b67f732
고치는 방법
tensorflow가 설치된 가상 환경을 활성화하고,
가상 환경 활성화$ source activate <環境名>
다음 명령을 실행합니다.
Jupyter 커널 만들기~(環境名)$ conda install notebook ipykernel
~(環境名)$ ipython kernel install --user --name <環境名> --display-name <jupyter上の表記を設定>
이것으로 다시 import 하면 잘 됐다!
Reference
이 문제에 관하여(tensorflow, anaconda에서는 import 할 수 있었는데, VScode(Jupyter)로는 할 수 없을 때의 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/konzo_/items/9e7d8dd3a66dc4aacec5
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Anaconda의 Python 경로와 Jupyter의 Python 경로가 일치하지 않는 것 같습니다.
매우 유용한 사이트 ➡ htps : // 이 m/tk_01/이고 ms/9d3961에 386714b67f732
고치는 방법
tensorflow가 설치된 가상 환경을 활성화하고,
가상 환경 활성화$ source activate <環境名>
다음 명령을 실행합니다.
Jupyter 커널 만들기~(環境名)$ conda install notebook ipykernel
~(環境名)$ ipython kernel install --user --name <環境名> --display-name <jupyter上の表記を設定>
이것으로 다시 import 하면 잘 됐다!
Reference
이 문제에 관하여(tensorflow, anaconda에서는 import 할 수 있었는데, VScode(Jupyter)로는 할 수 없을 때의 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/konzo_/items/9e7d8dd3a66dc4aacec5
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ source activate <環境名>
~(環境名)$ conda install notebook ipykernel
~(環境名)$ ipython kernel install --user --name <環境名> --display-name <jupyter上の表記を設定>
Reference
이 문제에 관하여(tensorflow, anaconda에서는 import 할 수 있었는데, VScode(Jupyter)로는 할 수 없을 때의 메모), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/konzo_/items/9e7d8dd3a66dc4aacec5텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)