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

Windows nightly installer has problems with Python and numpy #173

Closed
jackjansen opened this issue Jan 17, 2025 · 2 comments
Closed

Windows nightly installer has problems with Python and numpy #173

jackjansen opened this issue Jan 17, 2025 · 2 comments

Comments

@jackjansen
Copy link
Contributor

Subject says all.

@jackjansen
Copy link
Contributor Author

note @zhouzhouha

@jackjansen
Copy link
Contributor Author

There was no problem for me when I tried this, so it may have to do with the specific Python installation on the computer of @zhouzhouha . I have started testing whether #176 is partially doable: based on either the "Python found" or the self-installed Python 3.12, the installer (or cwipc_check install) will create a venv in the cwipc installation directory (hidden down in libexec/cwipc/venv). The scripts that are created there after the cwipc installation will be copied to the bin directory, and there's also going to be a cwipc_python.exe which will work like a normal Python interpreter but using that venv.

That should pretty much isolate cwipc from the normal Python installation. And if users really want to install the cwipc Python modules into their "normal" python they can always use cwipc_pymodules_install.

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

1 participant