ipython - install psycopg2 for conda fails (windows) -
i use psycopg2 (2.5.2) conda (miniconda 3.0.5) on windows 8 machine. able install windows installer , works python , idle can't run ipython notebook or ipython. command "conda install psycopg2" returns error: no packages found matching: psycopg2. have advice?
thank help, nick
try searching package binstar:
c:\anaconda>binstar search -t conda psycopg2
you may need install binstar command line client with
conda install binstar
the command line search doesn't show "platforms", want use web search:
follow link package name matches platform , next page show conda install command binstar package. example:
conda install -c https://conda.binstar.org/jonrowland psycopg2
Comments
Post a Comment