-
Notifications
You must be signed in to change notification settings - Fork 129
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
Fail to install on Windows #649
Comments
i m still trying to install scikit-sparse on windows. now scikit-sparse is successfully installed in the conda environment on windows. |
Hi @BigPotato-H. I don't have a lot of experience using Theseus of Windows, but what I recall is that you could install suitesparse from conda instead of pip, without having to compile from source. Did you try this? |
Thanks for this important suggestion "install suitesparse from conda instead of pip", i didn't try this solution yet. Because i finally succeeded using Theseus on Windows WSL after two weeks' struggle on environment deployment on Windows. But next time when i have more free time, i will try it out. Thank you for your time and effort again. |
❓ Questions and Help
i was installing from source using: >pip install -e .
ERROR: Could not build wheels for scikit-sparse, which is required to install pyproject.toml-based projects
then i went to suitesparse: https://github.com/jlblancoc/suitesparse-metis-for-windows
and installed it with cmake from source.
here i dont know how to continue installing Theseus. because [pip install -e .] still doesn't work.
can anyone give some help?
best wishes!
The text was updated successfully, but these errors were encountered: