udacity / dlnd-issue-reports

5 stars 0 forks source link

Cloud Computing lesson -> Test the instance issues #590

Closed miquelbeltran closed 6 years ago

miquelbeltran commented 6 years ago

When running the provided examples I get some issues.

When installing the requirements:

sudo python3 -m pip install -r requirements/requirements-gpu.txt

gives the following error at the end:

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.5/dist-packages/Keras-2.0.8-py3.5.egg'

later on, when executing the jupyter notebook, I get the following errors on the console:

[W 19:49:54.335 NotebookApp] 403 POST /api/sessions (x.x.x.x): '_xsrf' argument missing from POST
[W 19:49:54.341 NotebookApp] 403 POST /api/sessions (x.x.x.x) 6.68ms referer=http://x.x.x.x:8888/notebooks/mnist-mlp/mnist_mlp.ipynb
[W 19:50:55.936 NotebookApp] 403 PUT /api/contents/mnist-mlp/mnist_mlp.ipynb (x.x.x.x): '_xsrf' argument missing from POST
[W 19:50:55.938 NotebookApp] 403 PUT /api/contents/mnist-mlp/mnist_mlp.ipynb (x.x.x.x) 163.30ms referer=http://x.x.x.x:8888/notebooks/mnist-mlp/mnist_mlp.ipynb
[W 19:50:55.985 NotebookApp] 403 POST /api/contents/mnist-mlp/mnist_mlp.ipynb/trust (x.x.x.x): '_xsrf' argument missing from POST
[W 19:50:55.986 NotebookApp] 403 POST /api/contents/mnist-mlp/mnist_mlp.ipynb/trust (x.x.x.x) 1.71ms referer=http://x.x.x.x:8888/notebooks/mnist-mlp/mnist_mlp.ipynb
[W 19:51:54.464 NotebookApp] 403 PUT /api/contents/mnist-mlp/mnist_mlp.ipynb (x.x.x.x): '_xsrf' argument missing from POST
[W 19:51:54.465 NotebookApp] 403 PUT /api/contents/mnist-mlp/mnist_mlp.ipynb (x.x.x.x) 65.22ms referer=http://x.x.x.x:8888/notebooks/mnist-mlp/mnist_mlp.ipynb
[W 19:52:14.085 NotebookApp] 403 PUT /api/contents/mnist-mlp/mnist_mlp.ipynb (x.x.x.x): '_xsrf' argument missing from POST
[W 19:52:14.086 NotebookApp] 403 PUT /api/contents/mnist-mlp/mnist_mlp.ipynb (x.x.x.x) 53.94ms referer=http://x.x.x.x:8888/notebooks/mnist-mlp/mnist_mlp.ipynb
miquelbeltran commented 6 years ago

somehow the issue no longer happens, so I close the ticket :)