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 - Developer environment setup #230

Open
mekline opened this issue Apr 6, 2022 · 2 comments
Open

UPDATE - Developer environment setup #230

mekline opened this issue Apr 6, 2022 · 2 comments
Assignees

Comments

@mekline
Copy link
Collaborator

mekline commented Apr 6, 2022

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
Copy link
Collaborator Author

mekline commented Apr 6, 2022

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
Copy link
Collaborator Author

mekline commented Apr 6, 2022

Found this solution which worked for me!
psycopg/psycopg2#1200
Prior to step 5, run:

brew install postgres
pip3 install psycopg2

@mekline mekline moved this to Tech Debt in Issue Clusters Jul 5, 2022
@mekline mekline changed the title Developer environment setup UPDATE - Developer environment setup Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Tech Debt
Development

No branches or pull requests

2 participants