인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

seongeunkm7154's profile image
seongeunkm7154

asked

Blender Python BPY Introductory Course

Search in Blender Add-on 8

pip install error

Written on

·

285

0

pip install 에러요 에러화면입니다. 이것이 import bpy가 안되는 이유일까요?

blender

Answer 1

0

nodeep777님의 프로필 이미지
nodeep777
Instructor

질문자님은 python으로 진입하셔서 python -m pip install ptvsd 를 입력하셨습니다.

그렇게 하지마시고 터미널에서 바로 python -m pip install ptvsd 라고 입력하시면 됩니다.

6강 1분 48초 부분 확인하시면 도움이 되실거에요.

seongeunkm7154's profile image
seongeunkm7154

asked

Ask a question