Just to let you know, I have encountered such an error
ImportError: cannot import name 'ENDPOINT' from 'lightwheel_sdk.loader' (/home/edoardo/anaconda3/envs/lw_benchhub/lib/python3.11/site-packages/lightwheel_sdk/loader/__init__.py)
while running the example in the README. The issues is due to lightwheel_sdk removing ENDPOINT from 1.0.2.
The fix is to avoid installing lightwheel_sdk>=1.0.0 unconstrained, and going with lightwheel_sdk<=1.01. I was considering submitting a pull request, but I was not sure you wanted to pin it to that version.
Cheers
Just to let you know, I have encountered such an error
while running the example in the README. The issues is due to lightwheel_sdk removing ENDPOINT from 1.0.2.
The fix is to avoid installing lightwheel_sdk>=1.0.0 unconstrained, and going with lightwheel_sdk<=1.01. I was considering submitting a pull request, but I was not sure you wanted to pin it to that version.
Cheers