I want to install a library called Glasslab-Cluster Library (Glasslab Cluster) for python. But I found that it just provided Linux and Ubuntu install commands.
Are there any ways that I can install this library on windows?
Thank you and please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I can see in the link you provided, there is a “setup.py” file in the source package.
So, download the sources, unzip them in a separate folder, go to that folder and type
You will probably need the MinGW GCC compiler (free) to make this run.
Hope this helps ! (I have no windows systems anymore and can not test this)