Closed harryqt closed 1 month ago
Will update the docs. You need to run cargo install sqlx-cli
You need to run
cargo install sqlx-cli
Its already installed. The actual issue coming from:
File "/home/harry/posthog-foss/posthog/models/organization_invite.py", line 9, in <module>
from ee.models.explicit_team_membership import ExplicitTeamMembership
ModuleNotFoundError: No module named 'ee'
(env) harry@ubuntu24:~/posthog-foss$
The issue is that the ee
directory does not exist in the posthog-foss
repo. It does exist in this repo though.
You need to run
cargo install sqlx-cli
Installed again using --force, but still same error. :/
When developing-locally using posthog-foss, can't get past
DEBUG=1 ./bin/migrate
ee
directory not present in foss version, thus failing: organization_invite.py#L9