[PYTHON] Stumbled when installing PyOCR

Not good with Python v3.7 (as of February 2020)

Anaconda Cloud says that this should be done,

conda install -c brianjmcguirk pyocr

I was scolded as follows. image.png

You can create a v3.6 virtual environment with Anaconda Navigator.

image.png

The Python version looks like X.Y.Z, X: Major version Y: Minor version Z: Micro version It seems that changes at the minor version level are functional changes. That's why 3.7 doesn't work, and there are some like 3.6.

Recommended Posts

Stumbled when installing PyOCR
Precautions when installing fbprophet
Error handling when installing mecab-python
polyfit error when installing matplotlib
[python] Error when installing library ramkan
Precautions when installing tensorflow with anaconda
[Django memo] Failure when installing modal
Support when installing pillow on python3.9
Error resolution when installing numba on macOS
A story that stumbled upon installing matplotlib
A struggle when installing pyenv on Cygwin
I stumbled upon installing sentencepiece on ubuntu
A workaround when installing pyAudio with pip.
Check! Troubleshooting when installing PyObjc on Mac
No module named'_ctypes' occurs when installing pipenv