ImportError:없음 라는 모듈 openpyxl

0

질문

치 openpyxl 을 통해 pip3 지만 그 때마다 나를 가져오려고 그것으로 스크립트가 이 오류가 발생할 수 있습니다.

"python -u "/Users/hectorv/zipcodes/zips.py"
hectorv@Hectors-MacBook-Air zipcodes % python -u "/Users/hectorv/zipcodes/zips.py"
Traceback (most recent call last):
  File "/Users/hectorv/zipcodes/zips.py", line 1, in <module>
    import openpyxl
ImportError: No module named openpyxl"

를 설치하려고 하면 다시 내가 이것을 얻을:

hectorv@Hectors-MacBook-Air zipcodes % pip3 install openpyxl
Requirement already satisfied: openpyxl in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (3.0.9)
Requirement already satisfied: et-xmlfile in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from openpyxl) (1.1.0)
openpyxl python visual-studio-code
2021-11-24 00:28:15
1

최고의 응답

1

당신이 사용하는 Code Runner,그렇지 않나요?

을 방지할 수 있습 사용 Code Runner. 선택하신 후 적절한 파이썬,클릭할 수 있습니다 Run Python File 버튼을,또는 마우스 오른쪽 단추로 클릭하고 선택 Run Python File In Terminal 명령입니다.

enter image description here

enter image description here

enter image description here

당신이 주장하는 경우에 사용 Code Runner추가할 수 있습니다 "code-runner.runInTerminal": true, 에서 설정합니다.json 파일입니다. 이 때문에 실행하는 경우 Code Runner 에 직접 OUTPUT 패널은,그것을 활용한 글로벌 python을 무시하고,파이썬에 의해 선택된 파이썬 확장자.

2021-11-24 02:19:06

네 코드 러너 extension 문제가 당신을 감사합니다!
Hector

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................