尝试在 Python 3.7 conda 环境中安装 pytesseract

Trying to install pytesseract on a Python 3.7 conda environment

我正在尝试在我的 Python 3.7 conda 环境中安装 pytesseract。在 运行 conda install -c phygbu pytesseract 之后,我安装了 Python 2.7 的包,如 conda list:

的输出所示
...
pytesseract               0.2.4                    py27_0    phygbu
...

运行 pip3 install pytesseract 也无济于事。我如何强制 conda 或 pip3 为 Python 3.7 安装它?

我不知道是什么原因造成的,但我最终完全设置了一个新环境并重新安装了所有东西;这次正常了。