# Known bugs & fixes

If you encounter **psycopg2** related errors, particularly on macOS, it is typically due to the absence of PostgreSQL in the local system, which causes the driver to malfunction. For further reference, please consult the relevant Stack Overflow thread [here](https://stackoverflow.com/questions/33866695/error-installing-psycopg2-on-macos-10-9-5).

The recommended solution for now is to execute the following command to install PostgreSQL:

```
brew install postgresql
```

{% hint style="info" %}
With our ongoing efforts to streamline the setup process, we are working towards integrating Docker solutions. This enhancement is scheduled for inclusion in upcoming releases.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.momentum.sh/getting-started/known-bugs-and-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
