ActivePython-2.7.2.5-win32-x86을 다운로드하고 설명서의 지침에 따라 소프트웨어를 설치했습니다. 그러나 pypm은 전혀 작동하지 않습니다.동일하게 유지 SyntaxError : pypm을 사용하여 패키지를로드하려고 할 때 구문이 올바르지 않습니다.
C:\> pypm install pandas
설치하고 패키지를로드 : 문서에서, 난 그냥 성공적으로 파이썬을 설치 한 후 IDLE (파이썬 GUI)이 코드가 필요하다고 믿었다.
C:\> pypm install pandas
아래 파이썬 대화 형 쉘 :
그러나, 나는ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> C:\> pypm install pyramid
SyntaxError: invalid syntax
나도 같은 코드를 실행하려고 할 때이 같은 오류 메시지가 아래와 같이 표시된 구문 에러를 받고 유지
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> C:\> pypm install pyramid
File "<stadin>", line 1
C:\> pypm install pyramid
^
SyntaxError: invalid syntax
Python Package Manager (PyPM)를 열어서 문제가 없는지 확인하려고했습니다. 난 정말 내가 잘못했던 곳, 내가의 ActivePython 2.7.2.5을 제거하고 다시 여러 번 다시 시도 모르는
'pypm' is not recognized as an internal or external command,
operable program or hatch file.
C:\windows\system32>
, 나는 여전히 같은 오류 메시지를 얻을 : 나는 PyPM 창에서 아래 라인을 발견했다.
난 그냥 파이썬에서 다음과 같이 대화 형 쉘
pypm install pandas
을 입력 : 아직도
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> pypm install pyramid
File "<stadin>", line 1
pypm install pyramid
^
SyntaxError: invalid syntax
같은 오류 메시지.
ActivePython 2.7.2.5를 제거하고 다시 여러 번 설치하려고했지만 여전히 동일한 오류 메시지가 표시됩니다. Windows 7 운영 체제를 사용하고 있습니다.
아마도'PATH' 환경 변수를 설정해야합니다. 실행 파일에 fullpath를 사용하십시오 :'C : \ Path \ To \ pypm install pandas'. – Bakuriu