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:

https://binstar.org/search?q=psycopg2

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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -