python - How can I use conda to install pydot? -
trying generate pdf's of decision trees next some of sklearn documentation, can't pydot on machine. there way utilize conda installer install pydot package? based on command line errors i'm seeing, may 64bit issue. utilize binstar search find bundle channel:
c:\binstar search -t conda
which gives recommendation of looking @ packages in detail using
binstar show j14r/pydot
which tells me to
conda install --channel https://conda.binstar.org/j14r pydot
but when run conda install command, next error (same error pydot packages listed):
fetching bundle metadata: ... error: no packages found in current win-64 channels matching: pydot can search bundle binstar search t conda pydot
which sends me origin of all. ideas? all.
you must run conda install -c https://conda.binstar.org/sstromberg pydot
python anaconda conda pydot
No comments:
Post a Comment