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

Compilation error while setting up in Windows #549

Open
Roaster05 opened this issue Mar 20, 2023 · 1 comment
Open

Compilation error while setting up in Windows #549

Roaster05 opened this issue Mar 20, 2023 · 1 comment

Comments

@Roaster05
Copy link

When setting up the repository on local setup if the system doesnot have C++14 or more the cython files https://www.scivision.dev/python-windows-visual-c-14-required will not get merged and the command python setup.py build_ext --inplace and will throw an error which will look like cannot import name 'floodfill' from 'invesalius_cy' that can be resolved by installing C++14 using Visual Build tools the tutorial for that is https://stackoverflow.com/questions/64261546/how-to-solve-error-microsoft-visual-c-14-0-or-greater-is-required-when-inst

@tfmoraes
Copy link
Member

I compiled invesalius_cy to windows to python 3.8, 3.9, 3.10 and 3.11. I uploaded it here https://github.com/invesalius/invesalius3/releases/download/v3.1.99998/invesalius_cy.zip. I used github-ci to compile it. Just download it and copy the pyd to invesalius_cy inside InVesalius folder.

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