Has anyone used scipy-cluster for python? I am trying to compile its source code with python 2.6 but I get some irrelevant errors. has someone had the same problem?
Asked
Active
Viewed 831 times
0
-
1What errors are you getting? What OS are you using? What compiler is being used? – Justin Peel May 10 '10 at 19:39
-
Pls refer to http://stackoverflow.com/questions/14412518/how-to-build-install-hcluster – bigbug Feb 02 '13 at 17:07
1 Answers
0
apt-get install python-hcluster worked for me on Ubuntu 10.04.

bboe
- 4,092
- 3
- 29
- 39
-
It appears the python-hcluster package is not in the newer Ubuntu version repositories. I updated my answer to provide the specific version of Ubuntu the answer applies to. It is also worth noting that python 2.6 isn't available on the newer versions of Ubuntu, thus you're looking for an answer to the wrong question. – bboe Feb 16 '13 at 02:35