tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
599 stars 178 forks source link

winget install GnuWin32.Make error #386

Closed Roboxkin closed 2 months ago

Roboxkin commented 2 months ago
winget install wingetcreate
Found Windows Package Manager Manifest Creator [Microsoft.WingetCreate] Version 1.6.1.0
This application is licensed to you by the owner.
Microsoft is not responsible for and does not provide any licenses for third-party packages.
Installer hash verified successfully
Starting package installation...
   ██████████████████████████████ 100%
Installed successfully
winget install GnuWin32.Make
No packages were found that match the entered conditions.

What am I doing wrong? Thank you

zdenop commented 2 months ago

This is not tesseract issue.

Roboxkin commented 2 months ago

This is not tesseract issue.

Why did you close the problem? It's not resolved

I followed the instructions that you wrote yourself and I want to get a clear answer to my question

Screenshot

stweil commented 2 months ago

That's the README for tesstrain. If the instructions there don't work, that's indeed an issue which should be fixed.

stweil commented 2 months ago

@Roboxkin, posting screenshots not only wastes a lot of resources because images are much larger than text and also not useful in this case. It would have been easier for me if you had written that the instructions which failed for you were documented in the README of tesstrain.

stweil commented 2 months ago

I want to get a clear answer to my question

The people here are mostly volunteers working on Tesseract in their spare time. So be patient. Ideally, you will find the answer yourself and submit a pull request to update the documentation.

zdenop commented 2 months ago

winget states it provided this package: https://winget.run/pkg/GnuWin32/Make Raise issue at winget if not or download and install it manually.

stweil commented 2 months ago

Microsoft removed GnuWin32.Make in February (see https://github.com/microsoft/winget-pkgs/pull/140010). It was replaced by ezwinports.make, so try to install that package. Please report if it works, so the documentation can be updated.

Roboxkin commented 2 months ago

Thank you very much for your answers! It's very valuable

Roboxkin commented 2 months ago
winget install ezwinports.make
Found ezwinports: make [ezwinports.make] Version 4.4.1
This application is licensed to you by the owner.
Microsoft is not responsible for and does not provide any licenses for third-party packages.
Download https://downloads.sourceforge.net/project/ezwinports/make-4.4.1-without-guile-w32-bin.zip
   ██████████████████████████████ 383 KB / 383 KB
Installer hash verified successfully
Extracting the archive...
Archive extracted
Starting package installation...
Path environment variable changed; restart the shell to use the new value.
Added command line alias: "make"
Installed successfully

winget install wget
Found Wget [JernejSimoncic.Wget] Version 1.21.4
This application is licensed to you by the owner.
Microsoft is not responsible for and does not provide any licenses for third-party packages.
Download https://eternallybored.org/misc/wget/1.21.4/64/wget.exe
   ██████████████████████████████ 6.71 MB
Installer hash verified successfully
Starting package installation...
Path environment variable changed; restart the shell to use the new value.
Added command line alias: "wget"
Installed successfully
Roboxkin commented 2 months ago

Problem solved! Thank you very much for the help