如何通过带有终端的PIP在Mac中安装和使用python库

时间:2019-04-29 13:55:22

标签: python python-3.x python-2.7 flask pip

首先,我是python环境的新手。

我使用终端在Mac中安装了PIP,而python版本是2.7.16。我想安装和使用“简单图像”安娜特(https://github.com/sgp715/simple_image_annotator)。

我安装了flask(pip install flask),如果简单的图像注释器,我将cd放入了克隆的文件夹中。作为参考,请参阅github repo了解安装步骤。

如果我运行此命令(python app.py / images / directory)后,我不知道该使用该库怎么办,那么它没有任何文件。

如何在Mac中安装和使用简单的图像注释器,有人可以告诉我设置过程的步骤。

使用python库对我来说是全新的。预先感谢。

下面是经过编辑的问题以供更多解释:

我安装了flask并移至克隆的文件夹,请参见屏幕截图中所示的终端命令。

enter image description here

接下来的剩余安装步骤是:-

  1. 启动应用

  2. $ python app.py / images / directory

您还可以指定要将注释输出到的文件(默认为out.csv)

  1. $ python app.py / images / directory --out test.csv

  2. 在浏览器中打开http://127.0.0.1:5000/tagger 仅在Chrome上测试过

我不知道如何执行其余步骤。图像在我的Mac的downloads / images文件夹中。

如何执行这些命令。

================================================ =========================== 截图以解释更多

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

问题可能出在您的python版本上。

尝试使用python3(如果已安装)

python3 app.py /images/directory