我正在尝试设置我的开发环境。我应该安装 pipenv 但出现错误:
[pipenv.exceptions.InstallError]: ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: [pipenv.exceptions.InstallError]: Check the permissions. ERROR: Couldn't install package: psycopg2
我在 Mac 上,我使用 pipx 安装 pipenv,其他选项对我不起作用。我尝试了以下方法:
- pipenv 安装 psycopg2
- pipenv 运行 pip 安装 psycopg2
- pipenv 安装 psycopg2-binary