개인 메모

windows 11 wsl2 tensorflow gpu conda install

 

conda install nb_conda

conda create -n tf28 python=3.9 ipykernel

https://www.tensorflow.org/install/pip

 

pip로 TensorFlow 설치

Check out sessions from the WiML Symposium covering diffusion models with KerasCV, on-device ML, and more. Watch on demand 이 페이지는 Cloud Translation API를 통해 번역되었습니다. Switch to English pip로 TensorFlow 설치 컬렉션을 사

www.tensorflow.org

 

numpy 오류는

pip uninstall -y numpy
pip uninstall -y setuptools
pip install setuptools or conda install setuptools
pip install bumpy or conda install numpy

 

https://stackoverflow.com/questions/50311096/attributeerror-module-numpy-has-no-attribute-version

 

AttributeError: module 'numpy' has no attribute '__version__'

I updated my computer today, and am getting the following error message when I attempt to import pandas: import pandas as pd AttributeError: module 'numpy' has no attribute '__version__' ...

stackoverflow.com

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

'개인 메모' 카테고리의 다른 글

public key to PEM format  (0) 2022.12.22
오라클 클라우드 설정들  (0) 2022.11.14
sample image  (0) 2022.06.09
그리스 문자/수학 기호  (0) 2022.01.26
live share로 하면 꼬일 수 있음.  (0) 2021.08.13