Home > other >  Doing about Python implementation character recognition
Doing about Python implementation character recognition

Time:09-29

Doing about Python implementation character recognition, reference the BBS thought predecessors blog https://blog.csdn.net/m0_37215794/article/details/81944027? Utm_source=app

But in the process of carried out in accordance with the previous step, in step 4, using CMD autopy3 installation, enter PIP install D: \ liuyan \ autopy3 0.51.1 - cp36 - cp36m - win_amd64. WHL (of course, the path I've changed according to the actual situation), the following problems:
ERROR: autopy3 0.51.1 - cp36 - cp36m - win_amd64. WHL is not a supported wheel on this platform.
WARNING: You are using PIP version 19.2.3, clear version 20.0.2 is available. You should consider upgrading via the 'python - m PIP install, upgrade PIP' command.
Content of warning, I also according to clew, input the python -m PIP install - upgrade PIP, but also complains

Please bosses to look at what the problem is, how to solve the

CodePudding user response:

Autopy3 0.51.1 - cp36 - cp36m - win_amd64. WHL

This is suitable for pthon3.6 64
What is your python version?
Command line under direct input python version

CodePudding user response:

reference 1/f, old coconut response:
autopy3 0.51.1 - cp36 - cp36m - win_amd64. WHL

This is suitable for pthon3.6 64
What is your python version?
Command line under direct input python see version

Hello, I'm Python3.8.1 that this version which should download file

CodePudding user response:


I look at the latest is 0.5.1.1
https://pypi.org/project/autopy3/#history

You directly on the command line to perform
PIP install autopy3

Can see, the library is last updated in 2016, don't know whether under 3.8 to work properly,

CodePudding user response:

If not yet, you can reinstall python3.6, repeat your steps,

CodePudding user response:

reference old coconut reply: 3/f
I see is the latest 0.5.1.1
https://pypi.org/project/autopy3/#history

You directly on the command line to perform
PIP install autopy3

Can see, the library is last updated in 2016, don't know whether under 3.8 to work properly,

Ok, thank you, I try again
  • Related