We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
python setup.py build_ext --inplace
cannot import name 'floodfill' from 'invesalius_cy'
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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 likecannot 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-instThe text was updated successfully, but these errors were encountered: