Something is wrong with the Python SDK.
I am not able to run from sst import Resource in my code, I keep getting this:
File "/Users/abhishekchadha/Desktop/yellowbrick-monorepo/yellowbrick-new/packages/common/src/common/services/slack.py", line 1, in <module>
from sst import Resource
ModuleNotFoundError: No module named 'sst'
Upon further investigation, I found the Python wheel on PyPi is empty and has no modules.
╰─❯ wget https://files.pythonhosted.org/packages/53/a0/18381814d513f5e2144945a49936a39f974446d5447ef4935f07f3863207/sst_sdk-4.14.1-py3-none-any.whl
--2026-05-16 15:52:12-- https://files.pythonhosted.org/packages/53/a0/18381814d513f5e2144945a49936a39f974446d5447ef4935f07f3863207/sst_sdk-4.14.1-py3-none-any.whl
Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.0.223, 151.101.64.223, 151.101.128.223, ...
Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.0.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1847 (1.8K) [application/octet-stream]
Saving to: ‘sst_sdk-4.14.1-py3-none-any.whl.1’
sst_sdk-4.14.1-py3-no 100%[======================>] 1.80K --.-KB/s in 0s
2026-05-16 15:52:12 (19.4 MB/s) - ‘sst_sdk-4.14.1-py3-none-any.whl.1’ saved [1847/1847]
╭─ ~/Desktop ··········································· base 03:52:12 PM ─╮
╰─❯ unzip -l dist/*.whl ─╯
zsh: no matches found: dist/*.whl
╭─ ~/Desktop ··········································· base 03:52:21 PM ─╮
╰─❯ unzip -l *.whl ─╯
Archive: sst_sdk-4.14.1-py3-none-any.whl
Length Date Time Name
--------- ---------- ----- ----
2692 02-02-2020 00:00 sst_sdk-4.14.1.dist-info/METADATA
87 02-02-2020 00:00 sst_sdk-4.14.1.dist-info/WHEEL
209 02-02-2020 00:00 sst_sdk-4.14.1.dist-info/RECORD
--------- -------
2988 3 files
Something is wrong with the Python SDK.
I am not able to run
from sst import Resourcein my code, I keep getting this:Upon further investigation, I found the Python wheel on PyPi is empty and has no modules.