Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update developing-locally.md to include python-setuptools install #9980

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion contents/handbook/engineering/developing-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ export LDFLAGS=-L/opt/homebrew/opt/openssl/lib
pnpm i --dir plugin-server
```

> Note: If you face an error like `import gyp # noqa: E402`, most probably need to install `python-setuptools`. To fix this, run:
```bash
brew install python-setuptools
```

#### 4. Prepare the Django server

1. Install a few dependencies for SAML to work. If you're on macOS, run the command below, otherwise check the official [xmlsec repo](https://github.com/mehcode/python-xmlsec) for more details.
Expand Down Expand Up @@ -508,4 +513,4 @@ To verify everything is working as expected:
2. Create a new MySQL source using the settings above.
3. Once the source is created, click on the "MySQL" item. In the schemas table, click on the triple dot menu and select the "Reload" option.

After the job runs, clicking on the synced table name should take you to your data.
After the job runs, clicking on the synced table name should take you to your data.