-
Notifications
You must be signed in to change notification settings - Fork 64
appcfg.py doesn't exist #294
Comments
Have you installed the App Engine SDK for Python? If so, you may need to create symlinks in |
I did install the App Engine SDK for Python. I destroyed the Droplet in the time since. I will redo the steps again this afternoon or tomorrow and report back my findings. Thanks in advance, @tedsta |
Hi @tedsta! I realized now, in retrospect, that I failed to provide the
I wasn't able to get
|
That is a bummer. I've pinged the original developer internally and will post back here with any updates. |
It looks like venv (virtual environment for testing) is getting copied into the deploy folder. If you remove the deploy/server/venv folder before deployment, you should be well under the 10k file limit. I'll look at fixing this step shortly. |
@jmuharsky I am not seeing a folder called
|
Hrm... apparently this was chaff from previous deployment work. I'm not sure why you're seeing that issue -- there clearly aren't anywhere near 10k files. |
Reviewing the detailed log for gcloud app deploy (for me, /home/$USER/.config/gcloud/logs/), it looks like it is trying to upload every file in PerfKitExplorer. Not sure why and didn't try to debug. appcfg.py wasn't on my $PATH either, but I was able to deploy by finding the file and running it using its full path: Looks like the deployment process has changed since the README was written... |
Hi,
I deployed a DO Droplet to give this a shot. I was able to get through all of the installation, until, the step where you are to interact with
appcfg.py
which doesn't exist. I feel this should be obvious, but, I am totally lost as to where it could be.Even in
/home/PerfKitExplorer/deploy/
there isn't aappcfg.py
. Usingfind
I couldn't find that file either. Did I mess up something which would have createdappcfg.py
or is the documentation need to be updated? Pulled from master and am up to commit504ab84
.The text was updated successfully, but these errors were encountered: