LiSirPython opened a new issue, #152:
URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/152

   C:\Users\33124>pip list
   Package                 Version
   ----------------------- -----------
   aliyun-python-sdk-core  2.15.2
   aliyun-python-sdk-kms   2.16.4
   apache-dolphinscheduler 4.0.4
   boto3                   1.35.7
   botocore                1.35.7
   certifi                 2024.7.4
   cffi                    1.17.0
   charset-normalizer      3.3.2
   click                   8.1.7
   colorama                0.4.6
   crcmod                  1.7
   cryptography            43.0.0
   idna                    3.8
   jmespath                0.10.0
   libcst                  1.4.0
   oss2                    2.18.6
   packaging               24.1
   pip                     24.2
   py4j                    0.10.9.7
   pycparser               2.22
   pycryptodome            3.20.0
   python-dateutil         2.9.0.post0
   python-gitlab           4.10.0
   PyYAML                  6.0.2
   requests                2.32.3
   requests-toolbelt       1.0.0
   ruamel.yaml             0.18.6
   ruamel.yaml.clib        0.2.8
   s3transfer              0.10.2
   setuptools              58.1.0
   six                     1.16.0
   stmdency                0.0.5
   urllib3                 2.2.2
   
   C:\Users\33124>pydolphinscheduler config --init
   Auth token is default token, highly recommend add a token in production, 
especially you deploy in public network.
   Traceback (most recent call last):
     File "C:\Python310\lib\site-packages\py4j\java_gateway.py", line 982, in 
_get_connection
       connection = self.deque.pop()
   IndexError: pop from an empty deque
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
       return _run_code(code, main_globals, None,
     File "C:\Python310\lib\runpy.py", line 86, in _run_code
       exec(code, run_globals)
     File "C:\Python310\Scripts\pydolphinscheduler.exe\__main__.py", line 4, in 
<module>
     File "C:\Python310\lib\site-packages\pydolphinscheduler\cli\commands.py", 
line 29, in <module>
       from pydolphinscheduler.core.yaml_workflow import create_workflow
     File "C:\Python310\lib\site-packages\pydolphinscheduler\core\__init__.py", 
line 20, in <module>
       from pydolphinscheduler.core.engine import Engine
     File "C:\Python310\lib\site-packages\pydolphinscheduler\core\engine.py", 
line 24, in <module>
       from pydolphinscheduler.core.task import Task
     File "C:\Python310\lib\site-packages\pydolphinscheduler\core\task.py", 
line 36, in <module>
       from pydolphinscheduler.core.resource import Resource
     File "C:\Python310\lib\site-packages\pydolphinscheduler\core\resource.py", 
line 23, in <module>
       from pydolphinscheduler.java_gateway import gateway
     File "C:\Python310\lib\site-packages\pydolphinscheduler\java_gateway.py", 
line 324, in <module>
       gateway = GatewayEntryPoint()
     File "C:\Python310\lib\site-packages\pydolphinscheduler\java_gateway.py", 
line 74, in __init__
       gateway_version = self.get_gateway_version()
     File "C:\Python310\lib\site-packages\pydolphinscheduler\java_gateway.py", 
line 111, in get_gateway_version
       return self.gateway.entry_point.getGatewayVersion()
     File "C:\Python310\lib\site-packages\py4j\java_gateway.py", line 1321, in 
__call__
       answer = self.gateway_client.send_command(command)
     File "C:\Python310\lib\site-packages\py4j\java_gateway.py", line 1036, in 
send_command
       connection = self._get_connection()
     File "C:\Python310\lib\site-packages\py4j\java_gateway.py", line 984, in 
_get_connection
       connection = self._create_connection()
     File "C:\Python310\lib\site-packages\py4j\java_gateway.py", line 988, in 
_create_connection
       connection = GatewayConnection(
     File "C:\Python310\lib\site-packages\py4j\java_gateway.py", line 1112, in 
__init__
       af_type = socket.getaddrinfo(self.address, self.port)[0][0]
     File "C:\Python310\lib\socket.py", line 955, in getaddrinfo
       for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
   socket.gaierror: [Errno 11001] getaddrinfo failed


-- 
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]

Reply via email to