lookit / lookit-docs

Documentation for Lookit project, including use of platform and lookit-api, ember-lookit-frameplayer, and exp-addons repos.
MIT License
2 stars 365 forks source link

Developer environment setup #230

Open mekline opened 2 years ago

mekline commented 2 years ago

In step 4 of this page, the given command threw a permissions error:

git clone git@github.com:lookit/lookit-api.git

However, this command worked just fine:

git clone https://github.com/lookit/lookit-api.git

Is there any problem with having regular users do the latter?

mekline commented 2 years ago

In step 5, the package psycopg2-binary does not install correctly. This causes an error on step 6, complaining about the absence of psycopg2

mekline commented 2 years ago

Found this solution which worked for me! https://github.com/psycopg/psycopg2/issues/1200 Prior to step 5, run:

brew install postgres
pip3 install psycopg2