-
Notifications
You must be signed in to change notification settings - Fork 12
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
Installation difficulties without c99/gnu99 as default. #18
Comments
My solution is in PR #19 |
We also run into this problem with a clean container. sudo apt-get install libgsl0-dev -y
git clone https://github.com/matthewkirby/cluster_toolkit.git
cd cluster_toolkit
python setup.py install |
Just to pass everything along, when I ran and installed locally in python 3 I had no issues. After forking and making the small I threw together a quick hack using try/except to allow both the py2/3 versions to run. I tested it on local python 3 and python 2 on calvin. |
Nice, so this is all working in #19 then? |
When I try to install cluster toolkit I am getting the following error. Is this something that is seen before?
I am working on coming up with a fix and will pass it on if I come across it. I know @cavestruz was also having this problem but I am not sure how she fixed it. If we come up with a fix that doesn't break the install for anyone else it might be worth PRing it in. Thoughts?
The text was updated successfully, but these errors were encountered: