无法安装psycopg2-binary:EnvironmentError

时间:2018-07-22 02:57:21

标签: python django pip psycopg2

因此,我正在尝试安装psycopg2-binary,因为这是我对heroku的警告。

当我运行此命令时

pip install psycopg2-binary

我收到此错误:

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'C:\\Users\\djangoproject\\Lib\\site-packages\\psycopg2\\_psycopg.cp36-win32.pyd'
Consider using the `--user` option or check the permissions.

我是计算机上的唯一用户,因此我不理解此错误。

我确实尝试跑步

pip install psycopg2-binary --user

但出现类似的错误。

我打开了一个虚拟环境,并正在其中安装它。 django项目将在prod中有一个postgress数据库,但在本地没有。

0 个答案:

没有答案