-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
py-pure-client 1.82.0 fails when attempting to import PolicyPatch with the below error:
Python 3.11.9 (main, Apr 2 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pypureclient.flashblade import PolicyPatch
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/user/.local/lib/python3.11/site-packages/pypureclient/flashblade/__init__.py", line 38, in __getattr__
raise ImportError(f'module {__package__} has no attribute {name}')
ImportError: module pypureclient.flashblade has no attribute PolicyPatch
This causes the purestorage.flashblade ansible module fail to recognise py-pure-client as being installed
I created issue on the ansible module repository as well as not sure which of these is responsible.
Metadata
Metadata
Assignees
Labels
No labels