Python

vscode에서 모듈 import 안될 때

꿈나무 김땡땡 2021. 8. 20. 11:25

python3 -m pip install absl-py 와 같이 python3 -m을 앞에 붙인다.

 

  • vscode : python3 -m pip install tqdm
  • jupyter notebook : !pip install tqdm