【问题标题】:Fatal error in launcher: Unable to create process using '"'启动器中的致命错误:无法使用“”创建进程
【发布时间】:2018-01-26 05:38:09
【问题描述】:

我正在使用 git-bash 开发 win7。我在 python 2.7.13 中使用 anaconda。我想运行一个 jupyter 服务器:

(myenv)
$ jupyter notebook
Fatal error in launcher: Unable to create process using '"'
(myenv)
$ ipython notebook
Fatal error in launcher: Unable to create process using '"'

我怎样才能做到这一点?

【问题讨论】:

标签: jupyter-notebook jupyter


【解决方案1】:

我在调用 jupyter 时也遇到了同样的问题,但唯一的区别是从 windows cmd 提示符调用 jupyter。

我卸载了 jupyter,更新了 pip 并安装了 jupyter。一旦安装并调用,它就可以完美运行。

检查如果我看到你从虚拟环境调用这样的事情可以从你那里完成。

* 我的系统中运行着 Python 3.5 64 位*

【讨论】:

猜你喜欢
  • 2016-09-10
  • 2023-04-06
  • 1970-01-01
  • 2022-09-23
  • 2021-12-09
  • 1970-01-01
  • 2018-01-12
  • 1970-01-01
  • 2017-09-21
相关资源
最近更新 更多