python - psycopg2 unable to install in pycharm -
python - psycopg2 unable to install in pycharm -
i have been trying install psycopg2 in pycharm unable so. read few posts , talked stickpeople psycopg2 installer link doesnt seem work. error message get
downloading/unpacking psycopg2==2.4.5 cleaning up... exception: traceback (most recent phone call last): file "c:\python27\lib\site-packages\pip\basecommand.py", line 122, in main status = self.run(options, args) file "c:\python27\lib\site-packages\pip\commands\install.py", line 278, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) file "c:\python27\lib\site-packages\pip\req.py", line 1197, in prepare_files do_download, file "c:\python27\lib\site-packages\pip\req.py", line 1375, in unpack_url self.session,`enter code here` file "c:\python27\lib\site-packages\pip\download.py", line 591, in unpack_http_url os.rmdir(temp_dir) windowserror: [error 145] directory not empty: 'c:\\users\\501300~1\\appdata\\local\\temp\\pip-1_ogxi-unpack'
pycharm has/had issue installing psycopg2
try deleting temporary directory first
then seek installing using pip pip install psycopg2==2.4.5
python windows pycharm psycopg2
Comments
Post a Comment