Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda as base? #261

Open
pseudotensor opened this issue Jan 9, 2024 · 1 comment
Open

conda as base? #261

pseudotensor opened this issue Jan 9, 2024 · 1 comment

Comments

@pseudotensor
Copy link

Can one use conda python and its framework as base here? I have trouble with pygobject that only seems to have mysys2 support in windows, or also conda. Normal python has no ability to build/use pygobject (cannot pip install pygobject). This is used for GTK related things, or in my case python-doctr for document parsing using OCR.

@takluyver
Copy link
Owner

Pynsist cannot use conda packages, but if you want a similar tool based on conda, look at conda constructor.

Pygobject on Windows is difficult (at least without conda). There used to be a Windows pygobject installer we could extract the built libraries from, but it was only compatible with an old version of Python and didn't seem to be updated. I haven't looked for a few years for a newer option, though.

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

No branches or pull requests

2 participants