You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from pypdb import *
found_pdbs = Query("ribosome").search()
fails with [/opt/conda/lib/python3.11/site-packages/pypdb/util/http_requests.py:65](http://127.0.0.1:8888/opt/conda/lib/python3.11/site-packages/pypdb/util/http_requests.py#line=64): UserWarning: Too many failures on requests. Exiting... warnings.warn("Too many failures on requests. Exiting...")
.... Can I get confirmation the examples in cells 1 & 3 above are still valid & should work?
The text was updated successfully, but these errors were encountered:
I'm getting connection errors - running in a docker image:
Start a docker image:
docker run -it --rm -p 8888:8888 quay.io/jupyter/base-notebook:2024-04-15
Test library
Cell 1:
returns
TypeError: 'NoneType' object is not subscriptable
Cell 2 (assumes libraries installed in cell 1):
... works:
Cell 3 (also assumes libraries pre-loaded):
fails with
[/opt/conda/lib/python3.11/site-packages/pypdb/util/http_requests.py:65](http://127.0.0.1:8888/opt/conda/lib/python3.11/site-packages/pypdb/util/http_requests.py#line=64): UserWarning: Too many failures on requests. Exiting... warnings.warn("Too many failures on requests. Exiting...")
.... Can I get confirmation the examples in cells 1 & 3 above are still valid & should work?
The text was updated successfully, but these errors were encountered: