-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
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
iotbx.pdb.input C++ signature issue #887
Comments
|
In addition to Richard's suggestion, you should use iotbx.pdb.input directly, since I'm going to remove iotbx.pdb.hierarchy.input some time soon. |
Now I am getting the following error: `In [14]: pdbStructure = iotbx.pdb.fetch.load_pdb_structure('1rqw', format="pdb")ModuleNotFoundError Traceback (most recent call last) File /gpfs/offline1/staff/biomax/aarfin/mambaforge/envs/edna2/lib/python3.10/site-packages/iotbx/pdb/fetch.py:217, in load_pdb_structure(id, format, allow_unknowns, local_cache) ModuleNotFoundError: No module named 'iotbx.pdb.input'` |
@olegsobolev Should that import be just
|
Fixed: 44a6dc3 |
When I try the following (version 2023.05):
I get the following error:
The text was updated successfully, but these errors were encountered: