Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

run on windows #45

Closed
umutozgur opened this issue Sep 6, 2021 · 3 comments
Closed

run on windows #45

umutozgur opened this issue Sep 6, 2021 · 3 comments

Comments

@umutozgur
Copy link

Describe what happened:
how to run on windows

Describe what you expected:

I am waiting to run python codes in go project via windows 10.
Steps to reproduce the issue:

I can't compile on windows 10. What are package dependencies?

@christian-korneck
Copy link
Contributor

@umutozgur I've posted a simple windows example for go-python3 some time ago here. Does this help?

(If you're looking for automation, some parts of it are also in this github actions demo. It's using Python3 directly from Go, without go-python3, but might be useful for how to run the Python installer unattended, etc).

@christian-korneck
Copy link
Contributor

christian-korneck commented Sep 6, 2021

I've just created a quick github actions demo project that builds a simple Windows executable with go-python3. If you like you can fork it, run it on your github account and compare it with your setup.

@umutozgur
Copy link
Author

i solved problem.
install anaconda
create env with conda on command-line
env activate on command-line
conda install tesserocr

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants