gpt4 book ai didi

python - 保持相同的SyntaxError : invalid syntax when trying to load packages using pypm

转载 作者:行者123 更新时间:2023-12-03 08:23:41 25 4
gpt4 key购买 nike

我下载了ActivePython-2.7.2.5-win32-x86并按照文档中的说明安装了该软件。但是pypm根本不起作用。从文档中,我相信在成功安装Python之后,我只需要在IDLE(Python 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

当我尝试运行相同的代码时,我还会收到相同的错误消息:
C:\> pypm install pandas 

在Python交互式shell中,如下所示:
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软件包管理器(PyPM)来检查那里是否有任何错误。我在PyPM窗口中找到了以下几行:
'pypm' is not recognized as an internal or external command,
operable program or hatch file.

C:\windows\system32>

我真的不知道我在哪里做错了,我尝试卸载ActivePython 2.7.2.5,然后再次重新安装几次,但仍然收到相同的错误消息。

当我输入
pypm install pandas

在Python交互式shell中,如下所示:
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操作系统。

最佳答案

你不能打电话

pypm install pyramid

从Python解释器提示。

您必须从命令行控制台/shell键入此命令。

关于python - 保持相同的SyntaxError : invalid syntax when trying to load packages using pypm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15171834/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com