文章目录

  • 更新
  • 今天重装了电脑,将python系统变量添加了,但是pip打不开

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

更新下pip就好了- -

python -m pip install --upgrade pip

如果安装超时就用镜像源装:

python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip


可以用了,撒花❀❀:

参考文章1:win10如何将已有python环境变量添加到电脑中 错误 Fatal error in launcher: Unable to create process using pip.exe 解决办法

参考文章2:解决"pip Fatal error in launcher: Unable to create process using … "的错误

参考文章3:解决pip安装时速度慢的问题 镜像源(pip install -i [镜像源地址] [包名])

更新

but,但我发现这不是解决问题的根本办法!!虽然pip能用了,其他的却不能,比如jupyter notebook

据说可以用python安装包修复一下,,但是我就不那么做了,我卸载不能用的包,再重装一下算了!!

but,不行,还是用不了!!

老老实实下python安装包修复:

but,当我运行python后,居然没看到有修复选项!!应该很有可能是没写进注册表里!!

重装吧!!



安装完成!!

试试

但不是我想指定的python,我要指定原来的python!!

修改环境变量:

居然没找到python的!!!

一定是刚刚装的时候没点add path,重装!!!




测试!!

更改环境变量:


不行,搞不定,得直接将python装到我的目标文件夹!!

先卸载:

我明明都卸载了怎么还有,见鬼了!

到这卸看你还卸不掉?

发现还是没卸掉,运行pip list,哎,这不是我自己的那个python吗???

好吧 - -

还是搞不定,准备重新弄个python专用包

不勾选最后一个

这样选

装好了

库全部都要重装了0 - 0

不过用镜像库装,也快。。

终于能打开jupyter notebook了。。

今天重装了电脑,将python系统变量添加了,但是pip打不开

Microsoft Windows [版本 10.0.17763.194]
(c) 2018 Microsoft Corporation。保留所有权利。C:\Users\Administrator>pip
Fatal error in launcher: Unable to create process using '"d:\20200228_play_with_pytorch\python\python.exe"  "E:\20200228_play_with_pytorch\python\Scripts\pip.exe" ': ???????????C:\Users\Administrator>

按照上面更新pip也没用,说pip已经是最新版本了

那我卸载pip试试

在pip文件夹运行cmd

E:\20200228_play_with_pytorch\python\Lib\site-packages\tensorflow\tools\pip_package


然后执行python setup.py install

E:\20200228_play_with_pytorch\python\Lib\site-packages\tensorflow\tools\pip_package>python setup.py install
running install
running bdist_egg
running egg_info
creating tensorflow.egg-info
writing tensorflow.egg-info\PKG-INFO
writing dependency_links to tensorflow.egg-info\dependency_links.txt
writing entry points to tensorflow.egg-info\entry_points.txt
writing requirements to tensorflow.egg-info\requires.txt
writing top-level names to tensorflow.egg-info\top_level.txt
writing manifest file 'tensorflow.egg-info\SOURCES.txt'
reading manifest file 'tensorflow.egg-info\SOURCES.txt'
writing manifest file 'tensorflow.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_ext
warning: install_lib: 'build\lib' does not exist -- no Python modules to installcreating build
creating build\bdist.win-amd64
creating build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\entry_points.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\not-zip-safe -> build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying tensorflow.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
creating dist
creating 'dist\tensorflow-1.11.0-py3.7-win-amd64.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing tensorflow-1.11.0-py3.7-win-amd64.egg
creating e:\20200228_play_with_pytorch\python\lib\site-packages\tensorflow-1.11.0-py3.7-win-amd64.egg
Extracting tensorflow-1.11.0-py3.7-win-amd64.egg to e:\20200228_play_with_pytorch\python\lib\site-packages
Adding tensorflow 1.11.0 to easy-install.pth file
Installing freeze_graph-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing freeze_graph.exe script to E:\20200228_play_with_pytorch\python\Scripts
Installing saved_model_cli-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing saved_model_cli.exe script to E:\20200228_play_with_pytorch\python\Scripts
Installing tensorboard-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing tensorboard.exe script to E:\20200228_play_with_pytorch\python\Scripts
Installing tflite_convert-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing tflite_convert.exe script to E:\20200228_play_with_pytorch\python\Scripts
Installing toco-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing toco.exe script to E:\20200228_play_with_pytorch\python\Scripts
Installing toco_from_protos-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing toco_from_protos.exe script to E:\20200228_play_with_pytorch\python\ScriptsInstalled e:\20200228_play_with_pytorch\python\lib\site-packages\tensorflow-1.11.0-py3.7-win-amd64.egg
Processing dependencies for tensorflow==1.11.0
Searching for setuptools<=39.1.0
Reading https://pypi.org/simple/setuptools/
Downloading https://files.pythonhosted.org/packages/8c/10/79282747f9169f21c053c562a0baa21815a8c7879be97abd930dbcf862e8/setuptools-39.1.0-py2.py3-none-any.whl#sha256=0cb8b8625bfdcc2d43ea4b9cdba0b39b2b7befc04f3088897031082aa16ce186
Best match: setuptools 39.1.0
Processing setuptools-39.1.0-py2.py3-none-any.whl
Installing setuptools-39.1.0-py2.py3-none-any.whl to e:\20200228_play_with_pytorch\python\lib\site-packages
Adding setuptools 39.1.0 to easy-install.pth file
Installing easy_install-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing easy_install.exe script to E:\20200228_play_with_pytorch\python\Scripts
Installing easy_install-3.6-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing easy_install-3.6.exe script to E:\20200228_play_with_pytorch\python\ScriptsInstalled e:\20200228_play_with_pytorch\python\lib\site-packages\setuptools-39.1.0-py3.7.egg
Searching for wheel==0.33.6
Best match: wheel 0.33.6
Adding wheel 0.33.6 to easy-install.pth file
Installing wheel-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing wheel.exe script to E:\20200228_play_with_pytorch\python\ScriptsUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for grpcio==1.23.0
Best match: grpcio 1.23.0
Adding grpcio 1.23.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for termcolor==1.1.0
Best match: termcolor 1.1.0
Adding termcolor 1.1.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for tensorboard==1.11.0
Best match: tensorboard 1.11.0
Adding tensorboard 1.11.0 to easy-install.pth file
Installing tensorboard-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing tensorboard.exe script to E:\20200228_play_with_pytorch\python\ScriptsUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for protobuf==3.9.1
Best match: protobuf 3.9.1
Adding protobuf 3.9.1 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for numpy==1.18.5
Best match: numpy 1.18.5
Adding numpy 1.18.5 to easy-install.pth file
Installing f2py-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing f2py.exe script to E:\20200228_play_with_pytorch\python\ScriptsUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for Keras-Preprocessing==1.1.0
Best match: Keras-Preprocessing 1.1.0
Adding Keras-Preprocessing 1.1.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for Keras-Applications==1.0.8
Best match: Keras-Applications 1.0.8
Adding Keras-Applications 1.0.8 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for gast==0.2.2
Best match: gast 0.2.2
Adding gast 0.2.2 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for astor==0.8.0
Best match: astor 0.8.0
Adding astor 0.8.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for absl-py==0.8.0
Best match: absl-py 0.8.0
Adding absl-py 0.8.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for Markdown==3.1.1
Best match: Markdown 3.1.1
Adding Markdown 3.1.1 to easy-install.pth file
Installing markdown_py-script.py script to E:\20200228_play_with_pytorch\python\Scripts
Installing markdown_py.exe script to E:\20200228_play_with_pytorch\python\ScriptsUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for Werkzeug==0.15.5
Best match: Werkzeug 0.15.5
Adding Werkzeug 0.15.5 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Searching for h5py==2.9.0
Best match: h5py 2.9.0
Adding h5py 2.9.0 to easy-install.pth fileUsing e:\20200228_play_with_pytorch\python\lib\site-packages
Finished processing dependencies for tensorflow==1.11.0E:\20200228_play_with_pytorch\python\Lib\site-packages\tensorflow\tools\pip_package>

执行了一大堆不知道什么鬼的东西

然后执行pip还是不行。。

是不是只得重装修复python了

重装修复python还是不行,一定是我的方式不对!!

先卸载python!!!

卸完记得把安装文件夹清理掉

重装



终于好了哈哈

随之而来的是,其他库都得重装o(╥﹏╥)o

运行pip list报错:Fatal error in launcher: Unable to create process using...python\Scripts\pip.exe list相关推荐

  1. pip 命令报错 Fatal error in launcher: Unable to create process using ... ???? ???????

    文章目录 1)问题1 解决方案 2)问题2 解决方案 1)问题1 当我们使用 pip install auto-py-to-exe命令时,得到报错信息为 Fatal error in launcher ...

  2. 安装Python3.5后,pip报错Fatal error in launcher: Unable to create process using ‘“‘解决方案

    安装Python3.5后,pip报错Fatal error in launcher: Unable to create process using '"'解决方案 参考文章: (1)安装Py ...

  3. 解决python多版本环境下pip报错Fatal error in launcher: Unable to create process using问题

    在电脑上安装了多个python版本之后,执行pip2/pip3 list时会报错,因为python的主程序名称已被更改,导致找不到. 所以,只需要用python2 python3重新更新下pip程序即 ...

  4. 成功解决Fatal error in launcher: Unable to create process using ‘“…python.exe“ “…jupyter.exe“ notebook‘

    成功解决Fatal error in launcher: Unable to create process using '"f:\program files\python\python36\ ...

  5. 启动pip时,< Fatal error in launcher: Unable to create process using ‘“‘ >问题的原因及解决方法

    启动pip时,< Fatal error in launcher: Unable to create process using '"' >问题的原因及解决方法 参考文章: (1 ...

  6. python中使用pip提示: Fatal error in launcher: Unable to create process using

    场景 之前电脑使用默认用户的时候,在如下目录安装了Python:c:\users\用户名\appdata\local\programs\python\python39\python.exe. 之后因为 ...

  7. 解决cmd无法使用pip,报错“pip Fatal error in launcher: Unable to create process using ... “的问题

    解决"pip Fatal error in launcher: Unable to create process using - "的错误 直接在 cmd 中pip 会报错 **简 ...

  8. 如何解决在打开pip时遇到Fatal error in launcher: Unable to create process using 的问题

    如何解决在打开pip时遇到Fatal error in launcher: Unable to create process using 的问题 原创 qq_40608730 最后发布于2020-03 ...

  9. Windows中报错:Fatal error in launcher: Unable to create process using ‘“‘ 的解决方案

    Windows中报错:Fatal error in launcher: Unable to create process using '"' 的解决方案 参考文章: (1)Windows中报 ...

最新文章

  1. 如何养成一个习惯(持续更新)
  2. boost::spirit::karma::real_generator相关的测试程序
  3. Window下VS运行达梦DPI
  4. 谈谈低代码趋势和开发人员的未来
  5. [2019CSP多校联赛普及组第五周] 调度CPU (贪心)
  6. Spring boot (6)---SpringMVC框架和spring Boot的区别
  7. 【嵌入式实验】《嵌入式开发工具使用》
  8. AI产品开发指南:5大核心环节搞定机器学习工作流
  9. 由内而外 多项国产自主先进设计
  10. 测试freenas9.1搭建iscsi磁盘库
  11. ott盒子 MySQL_LAMP源码环境搭建与phpmyadmin的使用
  12. Axure RP 9 汉化包
  13. 杭州电子科技大学acm--2016
  14. 致远oa打开mysql密码是多少钱_致远OA V5版本系统预置用户密码恢复方法
  15. 《Java程序设计》课程实验要求
  16. Ethernet0没有有效的IP配置
  17. 小知识--电脑的快捷键
  18. 个人股权能转让给别人吗
  19. 基于.NET平台常用的框架整理
  20. 【Vue基础】关于Vue中CSS的scoped属性作用域与样式穿透

热门文章

  1. 【MM模块】 Goods Receipt 收货 4
  2. 如何修改物料主数据的利润中心
  3. 学会骗人,是重要的生存技能!
  4. SAP 货物移动 BAPI 的简单使用 BAPI_GOODSMVT_CREATE
  5. SAP收购Sybase意欲何为
  6. OO实现ALV TABLE 九:ALV的事件
  7. 做宠物行业“独角兽”,乖宝集团如何为宠物舌尖上的安全保驾护航?
  8. 数据分析常用功能:巧用门户制作功能,让多个报表一览无余
  9. 不想工作就想创业?我劝你看完这档综艺再决定
  10. 英语四级计算机准考证查询,四级成绩查询_四级查分:什么?准考证不见了?!!!_沪江英语...