Trying to generate some PDF of decision tree by following some sklearn docs but cannot get Pydot on my machine. Is there a way to use the conda installer to install the pydot package? Based on the command line errors that I see, this may be a problem with the 64-bit version. I use binstar search to find the package channel:
C:\binstar search -t conda
This gives recommendations for viewing packages in detail using
binstar show j14r/pydot
What then tells me
conda install --channel https://conda.binstar.org/j14r pydot
But when I run the conda install command, I get the following error (same error for all pydot packages listed):
Fetching package metadata: ... Error: No Packages found in current win-64 channels matching: pydot You can search for this package with binstar search t conda pydot
which brings me back to the beginning of it all. Any ideas? Thanks to everyone.
source share