Help with installation on mac please

51 views
Skip to first unread message

Jennifer Gupta

unread,
Oct 21, 2020, 5:21:05 PM10/21/20
to Google App Engine
Hi all!  I'm trying to install on my macbook pro - running catalina 10.15.  I have followed all the instructions and when I try to deploy from my command line (yes, I am in my coursebuilder folder) with bash ./scripts/deploy.sh <nameofmycourse> (yes, i am changing that too my id and dropping the <>)...  I receive the following error after Installing PyCrypto

error:  must supply either home or prefix/exec-prefix -- not both

and then I get the command line again, my website doesn't deploy and I get no-where..  Any ideas? 

Many thanks in advance,

-Jen

Elliott (Cloud Platform Support)

unread,
Oct 21, 2020, 6:57:40 PM10/21/20
to Google App Engine
Hello Jen,

Are you trying to install Google Cloud SDK on your Mac computer? Can you please provide us with more detail to move this along?

Thank you.

Jennifer Gupta

unread,
Oct 22, 2020, 12:21:49 PM10/22/20
to Google App Engine
Hi there!  I am trying to install the google course builder https://edu.google.com/openonline/course-builder/docs/1.11/set-up-course-builder/deploy-your-app.html
I have created the cloud project, downloaded the software, installed it, opened a terminal window and tried to deploy using the instructions provided.  This is where I keep running into an issue.  

Thanks - Jennifer

yananc

unread,
Oct 23, 2020, 10:12:09 AM10/23/20
to Google App Engine

Hi Jennifer,

Thank you for your reply. Are you using Homebrew? It seems to be a known issue with pip. The Stackoverflow thread provides possible solutions. Basically you need to create a ‘setup.cfg’ file at the root directory of your project and include the following before running the pip command:

[install]
prefix=

Hope it helps!

Reply all
Reply to author
Forward
0 new messages