Inflearn brand logo image

Inflearn Community Q&A

kjoony991465's profile image
kjoony991465

asked

Programming for Us: Intermediate Python (Inflearn Original)

Python Basic Environment Setup (2-3) - Atom

mac os에서 pytest error

Written on

·

215

0

mac os 에서 pytest를 실행하면

Uncaught TypeError: Cannot read property 'file' of undefined

라는 에러가 뜨는데요 

해결방법이 있을까요?

pythondjango

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

안녕하세요.

MacOS에서 해당 에러는 경험해 보지 않아 좋은 답변을 드리기가 힘들 것 같습니다. ㅠ.ㅠ

패키지 의존성 문제일수도 있고 주로 패스에서 해당 패키지를 로드하지 못해서 나오는 에러 같습니다.

검색을 해봤는데 만족할만한 글이 보이지 않네요.

해당 경우는 우선 삭제 후 '가상환경 설정 후 파이썬 3.X 설치 후 차근차근 다시 시도해 보시는 것을 추천드립니다.'

감사합니다.

kjoony991465's profile image
kjoony991465

asked

Ask a question