Closed MOmarMiraj closed 4 months ago
This MR will tackle the issue of ModuleNotFound error with the Python SDK. This is due to setup.py not correctly adding the release folder in src.
ModuleNotFound
setup.py
release
src
This MR will tackle the issue of
ModuleNotFound
error with the Python SDK. This is due tosetup.py
not correctly adding therelease
folder insrc
.