diff --git a/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md b/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md index 52dde387..f79935ca 100644 --- a/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md +++ b/.github/ISSUE_TEMPLATE/problem-installing-psycopg2.md @@ -13,7 +13,6 @@ If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg **Before opening this ticket, please confirm that:** - [ ] I am running the latest version of pip, i.e. typing ``pip --version`` you get [this version](https://pypi.org/project/pip/). - [ ] I have read the [installation documentation](https://www.psycopg.org/docs/install.html) and the [frequently asked questions](https://www.psycopg.org/docs/faq.html) -- [ ] I am not trying to install `psycopg2-binary` on an Apple M1, for which [binary packages are not supported](https://github.com/psycopg/psycopg2/issues/1286) - [ ] If install failed, I typed `pg_config` on the command line and I obtained an output instead of an error. **Please complete the following information:**