zhongjiajie commented on issue #159:
URL:
https://github.com/apache/dolphinscheduler-sdk-python/issues/159#issuecomment-2585660444
@mmarzl17 I have released a new version `pip install
apache-dolphinscheduler==4.1.0` in PyPI now, and I think it works correctly in
dolphinscheduler 3.2.1 because I tried
```sh
# for dolphinscheduler
DOLPHINSCHEDULER_VERSION=3.2.1
docker run --name dolphinscheduler-standalone-server -p 12345:12345 -p
25333:25333 -d
apache/dolphinscheduler-standalone-server:"${DOLPHINSCHEDULER_VERSION}"
# for python SDK
python -m pip install apache-dolphinscheduler==4.1.0
python tutorial.py
```
And everything works fine on my device
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]