We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
In step 5, the package psycopg2-binary does not install correctly. This causes an error on step 6, complaining about the absence of psycopg2
psycopg2-binary
Sorry, something went wrong.
Found this solution which worked for me! psycopg/psycopg2#1200 Prior to step 5, run:
brew install postgres pip3 install psycopg2
okaycj
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: