텐서플로우 사이트에 나온 설치방법대로

conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0


python -m pip install "tensorflow<2.11"


python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"

이코드로 설치중인데요

세번째 코드에서 자꾸 이상하게나와요..


제 노트북에 gtx3050 설치되어있는데

원래대로면

(tf) C:\Users\arsen>python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"

[GPU어쩌고저쩌고] 

이런식으로떠야하는데

자꾸 이렇게 떠요

(tf) C:\Users\arsen>python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"

[]

뭐가문제일까요