繁体   English   中英

运行 Elastic Beanstalk CLI 时出现“FileNotFoundError: [Errno 2] No such file or directory”

[英]Got `FileNotFoundError: [Errno 2] No such file or directory` when running Elastic Beanstalk CLI

我已经使用Elastic Beanstalk CLI几个星期了,但在运行eb create时突然收到以下错误消息:

Traceback (most recent call last):
  File "/Users/elias/.ebcli-virtual-env/executables/eb", line 45, in <module>
    exit(_exec_cmd(['/Users/elias/.ebcli-virtual-env/bin/eb'] + sys.argv[1:]))
  File "/Users/elias/.ebcli-virtual-env/executables/eb", line 25, in _exec_cmd
    p = subprocess.Popen(args)
  File "/Users/elias/.pyenv/versions/3.10.9/lib/python3.10/subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/Users/elias/.pyenv/versions/3.10.9/lib/python3.10/subprocess.py", line 1847, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
  FileNotFoundError: [Errno 2] No such file or directory: '/Users/elias/.ebcli-virtual-env/bin/eb

我该如何解决? 请注意,我在 macOS 上使用 CLI。

我最终通过卸载并重新安装 Elastic Beanstalk CLI 来修复它。

要在 macOS 上卸载,只需运行rm -r ~/.ebcli-virtual-env 要在 macOS 上重新安装,请按照官方快速入门说明进行操作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM