강의

멘토링

커뮤니티

Inflearn Community Q&A

csy1036041854's profile image
csy1036041854

asked

[Raspberry Pi] IoT Deep Learning Computer Vision Practical Project

Saving Facial Recognition Photos to Dropbox

import dropbox 오류

Written on

·

200

0

안녕하세요 교수님 제가 pip install dropbox로 설치를 하고 import dopbox를 입력했는데 오류가 나서요ㅜㅜㅜ 어떻게 해결해야 하나요??

딥러닝iot컴퓨터-비전Raspberry-Pikerastensorflow

Answer 1

0

nomad님의 프로필 이미지
nomad
Instructor

안녕하세요?

import dropbox를 명령창에서 바로 쓰시면 안되고 .py파일에 작성 후 .py파일을 실행하셔야 합니다.

리눅스 명령에 import 명령은 없습니다.

감사합니다.

csy1036041854's profile image
csy1036041854

asked

Ask a question