【问题标题】:How can I configure scitools.std in mac?如何在 mac 中配置 scitools.std?
【发布时间】:2015-10-14 10:51:59
【问题描述】:

我尝试在终端中执行此操作:

pip install --user -e \ 
      git+https://github.com/hplgit/scitools.git#egg=scitools

但它失败并出现错误:

-bash: git+https://github.com/hplgit/scitools.git#egg=scitools: No such file or directory

【问题讨论】:

    标签: python macos scitools


    【解决方案1】:

    当您在终端中键入命令时,您记得省略 '\' 吗?

    pip install --user -e 'git+https://github.com/hplgit/scitools.git#egg=scitools'
    

    【讨论】:

      【解决方案2】:

      在 git URL 周围加上引号。

      pip install --user -e \ 
          'git+https://github.com/hplgit/scitools.git#egg=scitools'
      

      【讨论】:

      • 我无法在我的 Mac 上使用 bash 复制这个问题,所以很遗憾我不知道出了什么问题......
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-21
      • 1970-01-01
      相关资源
      最近更新 更多