path - Installing Python packages on windows 7 -


i trying install python packages in windows 7 , getting error. " command "python setup.py egg_info" failed error code 1 in c:\users\dan\appdata\local\temp\pycharm-packaging0.tmp\pysqlite"

here full "log"       collecting tweeply   using cached tweeply-0.6.tar.gz collecting flask==0.10.1 (from tweeply)   using cached flask-0.10.1.tar.gz collecting flask-oauth==0.12 (from tweeply)   using cached flask-oauth-0.12.tar.gz collecting click==3.3 (from tweeply)   using cached click-3.3-py2.py3-none-any.whl collecting pyzmq==14.3.0 (from tweeply)   using cached pyzmq-14.3.0-cp34-none-win_amd64.whl collecting twitter==1.14.3 (from tweeply)   using cached twitter-1.14.3-py2.py3-none-any.whl collecting sqlalchemy==0.9.9 (from tweeply)   using cached sqlalchemy-0.9.9.tar.gz collecting psycopg2==2.6 (from tweeply)   using cached psycopg2-2.6.tar.gz collecting pysqlite==2.6.3 (from tweeply)   downloading pysqlite-2.6.3.tar.gz (76kb)     complete output command python setup.py egg_info:     traceback (most recent call last):       file "<string>", line 20, in <module      ----------------------------------------      command "python setup.py egg_info" failed error code 1 in c:\users\dan\appdata\local\temp\pycharm-packaging0.tmp\pysqlite 

i using python 3.4.3 on windows 7 (64 bit) using pycharm 4.0.6 (the command line didn't work either). tried using command py -m pip install tweeply (i tried other packages)

i installed package same pycharm software , version of python yesterday on laptop unable install desktop.

i set path variable, have latest version of pip , esay_install, have postgresql 9.4 (to deal other error had) , can't find out doing wrong.

thank much


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -