spark--Windows CMD 安装 ipython

官网:https://ipython.org/

Microsoft Windows [版本 10.0.20348.2527]
(c) Microsoft Corporation。保留所有权利。C:\Users\Administrator>pipUsage:pip <command> [options]Commands:install                     Install packages.download                    Download packages.uninstall                   Uninstall packages.freeze                      Output installed packages in requirements format.list                        List installed packages.show                        Show information about installed packages.check                       Verify installed packages have compatible dependencies.config                      Manage local and global configuration.search                      Search PyPI for packages.cache                       Inspect and manage pip's wheel cache.wheel                       Build wheels from your requirements.hash                        Compute hashes of package archives.completion                  A helper command used for command completion.debug                       Show information useful for debugging.help                        Show help for commands.General Options:-h, --help                  Show help.--isolated                  Run pip in an isolated mode, ignoring environment variables and user configuration.-v, --verbose               Give more output. Option is additive, and can be used up to 3 times.-V, --version               Show version and exit.-q, --quiet                 Give less output. Option is additive, and can be used up to 3 times (corresponding toWARNING, ERROR, and CRITICAL logging levels).--log <path>                Path to a verbose appending log.--no-input                  Disable prompting for input.--proxy <proxy>             Specify a proxy in the form [user:passwd@]proxy.server:port.--retries <retries>         Maximum number of retries each connection should attempt (default 5 times).--timeout <sec>             Set the socket timeout (default 15 seconds).--exists-action <action>    Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup,(a)bort.--trusted-host <hostname>   Mark this host or host:port pair as trusted, even though it does not have valid or anyHTTPS.--cert <path>               Path to alternate CA bundle.--client-cert <path>        Path to SSL client certificate, a single file containing the private key and thecertificate in PEM format.--cache-dir <dir>           Store the cache data in <dir>.--no-cache-dir              Disable the cache.--disable-pip-version-checkDon't periodically check PyPI to determine whether a new version of pip is available fordownload. Implied with --no-index.--no-color                  Suppress colored output--no-python-version-warningSilence deprecation warnings for upcoming unsupported Pythons.--use-feature <feature>     Enable new functionality, that may be backward incompatible.--use-deprecated <feature>  Enable deprecated functionality, that will be removed in the future.C:\Users\Administrator>pip install ipython
Collecting ipythonDownloading ipython-8.12.3-py3-none-any.whl (798 kB)|████████████████████████████████| 798 kB 297 kB/s
Collecting colorama; sys_platform == "win32"Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting traitlets>=5Downloading traitlets-5.14.3-py3-none-any.whl (85 kB)|████████████████████████████████| 85 kB 3.0 MB/s
Collecting typing-extensions; python_version < "3.10"Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Collecting pickleshareDownloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting decoratorDownloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting pygments>=2.4.0Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB)|████████████████████████████████| 1.2 MB 2.2 MB/s
Collecting backcallDownloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting jedi>=0.16Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)|████████████████████████████████| 1.6 MB 6.4 MB/s
Collecting matplotlib-inlineDownloading matplotlib_inline-0.1.7-py3-none-any.whl (9.9 kB)
Collecting stack-dataDownloading stack_data-0.6.3-py3-none-any.whl (24 kB)
Collecting prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30Downloading prompt_toolkit-3.0.50-py3-none-any.whl (387 kB)|████████████████████████████████| 387 kB 2.2 MB/s
Collecting parso<0.9.0,>=0.8.4Downloading parso-0.8.4-py2.py3-none-any.whl (103 kB)|████████████████████████████████| 103 kB 3.3 MB/s
Collecting asttokens>=2.1.0Downloading asttokens-3.0.0-py3-none-any.whl (26 kB)
Collecting pure-evalDownloading pure_eval-0.2.3-py3-none-any.whl (11 kB)
Collecting executing>=1.2.0Downloading executing-2.2.0-py2.py3-none-any.whl (26 kB)
Collecting wcwidthDownloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Installing collected packages: colorama, traitlets, typing-extensions, pickleshare, decorator, pygments, backcall, parso, jedi, matplotlib-inline, asttokens, pure-eval, executing, stack-data, wcwidth, prompt-toolkit, ipython
Successfully installed asttokens-3.0.0 backcall-0.2.0 colorama-0.4.6 decorator-5.1.1 executing-2.2.0 ipython-8.12.3 jedi-0.19.2 matplotlib-inline-0.1.7 parso-0.8.4 pickleshare-0.7.5 prompt-toolkit-3.0.50 pure-eval-0.2.3 pygments-2.19.1 stack-data-0.6.3 traitlets-5.14.3 typing-extensions-4.12.2 wcwidth-0.2.13
WARNING: You are using pip version 20.2.3; however, version 25.0 is available.
You should consider upgrading via the 'c:\users\administrator\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip' command.C:\Users\Administrator>ipython
Python 3.8.7 (tags/v3.8.7:6503f05, Dec 21 2020, 17:59:51) [MSC v.1928 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.12.3 -- An enhanced Interactive Python. Type '?' for help.In [1]:

ps:
1.升级pip命令python -m pip install --upgrade pip

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/877335.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

qq网页版下载音乐教程

点一首音乐开始播放,务必要播放界面内只有一首音乐,然后f12调试,找到audio标签;然后复制src=”” 双引号内的内容到新标签打开,然后在播放栏,右键,就可以保存音乐了,注意有的音乐是m4a格式,下载完成后还要转换成mp3。谢雨尘安-谢雨尘安的博客

gin: 校验参数时返回自定义错误信息

一,代码 1,global/validator.go package globalimport "github.com/go-playground/validator/v10"//存放GetMessages()方法 type Validator interface {GetMessages() ValidatorMessages }//校验信息 type ValidatorMessages map[string]string// GetErrorMsg方法,…

VM笔记_Modbus通信触发流程

1,通信触发流程 ①通信配置② 接收事件新建③全局触发-事件触发4, 通信心跳配置和启用5, 效果展示

[SWPUCTF 2021 新生赛]easyupload3.0 Writeup

题目来源:NSSCTF 题目方向:Web 题目类型:文件上传 2.0的做法和1.0相同,不过用.phtml绕过就行 1.这里去了解了一下.htaccess文件: htaccess文件是Apache服务中的一个配置文件,它负责相关目录下的网页配置。通过htaccess文件,可以帮助我们实现:网页301重定向、自定义404错…

数据库性能调优中的配置参数调整:提升系统效率的关键环节

title: 数据库性能调优中的配置参数调整:提升系统效率的关键环节 date: 2025/1/31 updated: 2025/1/31 author: cmdragon excerpt: 数据库的性能直接影响到应用程序的响应能力和用户体验,因此在日常运维中,管理员需要定期对数据库系统进行性能调优。配置参数调整是数据库性…

PID 温控设计(基于 STC51)

PID 温控设计(基于 STC51) 一、需求分析 开关型控制存在的问题:加热的过程是全功率加热,三极管发热量大,温度控制振荡幅度大,控制精度较低。而通过采用PID方法能够更加精确地控制加热片处于目标温度,并在一个较小范围内浮动。精度要求:0.2℃ 温控范围 目标温度:45℃ 温…

gin: 接收参数时校验

一,安装第三方库: $ go get -u github.com/go-playground/validator/v10 go: downloading github.com/go-playground/validator/v10 v10.24.0 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 go: downloading golang.org/x/crypto v0.32.0 go: downloading golan…

Java异常分类及处理

Throwable 是 Java 语言中所有错误或异常的超类,在 Java 中只有 Throwable 类型的实例才可以被抛出(throw)或者捕获(catch),它是异常处理机制的基本组成类型。实例分为 Error 和 Exception 两种。 其中,AWTError GUI图形界面化编程相关异常。Error(错误)是程序无法处理…

Apple Safari 18.3 - macOS 专属浏览器 (独立安装包下载)

Apple Safari 18.3 - macOS 专属浏览器 (独立安装包下载)Apple Safari 18.3 - macOS 专属浏览器 (独立安装包下载) 适用于 macOS Sonoma 和 macOS Ventura 的 Safari 浏览器 18 请访问原文链接:https://sysin.org/blog/apple-safari-18/ 查看最新版。原创作品,转载请保留出处…

AppSpider Pro 7.5.015 for Windows - Web 应用程序安全测试

AppSpider Pro 7.5.015 for Windows - Web 应用程序安全测试AppSpider Pro 7.5.015 for Windows - Web 应用程序安全测试 Rapid7 Dynamic Application Security Testing (DAST) released Jan 30, 2025 请访问原文链接:https://sysin.org/blog/appspider/ 查看最新版。原创作品…

Nexpose 7.4.0 for Linux Windows - 漏洞扫描

Nexpose 7.4.0 for Linux & Windows - 漏洞扫描Nexpose 7.4.0 for Linux & Windows - 漏洞扫描 Rapid7 on-prem Vulnerability Management, released Jan 30, 2025 请访问原文链接:https://sysin.org/blog/nexpose-7/ 查看最新版。原创作品,转载请保留出处。 作者主页…