czxin788 commented on issue #119:
URL: 
https://github.com/apache/dolphinscheduler-sdk-python/issues/119#issuecomment-1888700224

   > @czxin788 `fatal: unable to access 
'https://github.com/apache/dolphinscheduler-sdk-python.git/': Failed connect to 
github.com:443; Connection refused` You may need to check if your network can 
access github.com, you may not have configured git to use a proxy.
   
   thank you ,now there have a new problem:
   ```
   [root@vmware-k8s-master dolphinscheduler-sdk-python-main]# curl www.baidu.com
   <!DOCTYPE html>
   <!--STATUS OK--><html> <head><meta http-equiv=content-type 
content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible 
content=IE=Edge><meta content=always name=referrer><link rel=stylesheet 
type=text/css 
href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head>
 <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> 
<div class=s_form> <div class=s_form_wrapper> <div id=lg> <img hidefocus=true 
src=//www.baidu.com/img/bd_logo1.png width=270 height=129> </div> <form id=form 
name=f action=//www.baidu.com/s class=fm> <input type=hidden name=bdorz_come 
value=1> <input type=hidden name=ie value=utf-8> <input type=hidden name=f 
value=8> <input type=hidden name=rsv_bp value=1> <input type=hidden 
name=rsv_idx value=1> <input type=hidden name=tn value=baidu><span class="bg 
s_ipt_wr"><input id=kw name=wd class=s_ipt value maxlength=255 autocomplete=off 
autofocus></span><span class="bg s_btn_wr"><input type=submit id
 =su value=百度一下 class="bg s_btn"></span> </form> </div> </div> <div id=u1> <a 
href=http://news.baidu.com name=tj_trnews class=mnav>新闻</a> <a 
href=http://www.hao123.com name=tj_trhao123 class=mnav>hao123</a> <a 
href=http://map.baidu.com name=tj_trmap class=mnav>地图</a> <a 
href=http://v.baidu.com name=tj_trvideo class=mnav>视频</a> <a 
href=http://tieba.baidu.com name=tj_trtieba class=mnav>贴吧</a> <noscript> <a 
href=http://www.baidu.com/bdorz/login.gif?login&amp;tpl=mn&amp;u=http%3A%2F%2Fwww.baidu.com%2f%3fbdorz_come%3d1
 name=tj_login class=lb>登录</a> </noscript> <script>document.write('<a 
href="http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u='+ 
encodeURIComponent(window.location.href+ (window.location.search === "" ? "?" : 
"&")+ "bdorz_come=1")+ '" name="tj_login" class="lb">登录</a>');</script> <a 
href=//www.baidu.com/more/ name=tj_briicon class=bri style="display: 
block;">更多产品</a> </div> </div> </div> <div id=ftCon> <div id=ftConw> <p id=lh> 
<a hr
 ef=http://home.baidu.com>关于百度</a> <a href=http://ir.baidu.com>About Baidu</a> 
</p> <p id=cp>&copy;2017&nbsp;Baidu&nbsp;<a 
href=http://www.baidu.com/duty/>使用百度前必读</a>&nbsp; <a 
href=http://jianyi.baidu.com/ 
class=cp-feedback>意见反馈</a>&nbsp;京ICP证030173号&nbsp; <img 
src=//www.baidu.com/img/gs.gif> </p> </div> </div> </div> </body> </html>
   [root@vmware-k8s-master dolphinscheduler-sdk-python-main]# 
   [root@vmware-k8s-master dolphinscheduler-sdk-python-main]# 
   [root@vmware-k8s-master dolphinscheduler-sdk-python-main]# pip3 install 
git+https://github.com/apache/dolphinscheduler-sdk-python.git#egg=apache-dolphinscheduler
   Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
   Collecting apache-dolphinscheduler
     Cloning https://github.com/apache/dolphinscheduler-sdk-python.git to 
/tmp/pip-install-26zwv6xs/apache-dolphinscheduler_62acdc9cedd24c89b4d291e51eccc7f4
     Running command git clone -q 
https://github.com/apache/dolphinscheduler-sdk-python.git 
/tmp/pip-install-26zwv6xs/apache-dolphinscheduler_62acdc9cedd24c89b4d291e51eccc7f4
     Resolved https://github.com/apache/dolphinscheduler-sdk-python.git to 
commit e04b836e54fb7bfd96527007cfeaa0fef4444b07
     Preparing metadata (setup.py) ... error
     ERROR: Command errored out with exit status 1:
      command: /usr/local/python3/bin/python3.6 -c 'import io, os, sys, 
setuptools, tokenize; sys.argv[0] = 
'"'"'/tmp/pip-install-26zwv6xs/apache-dolphinscheduler_62acdc9cedd24c89b4d291e51eccc7f4/setup.py'"'"';
 
__file__='"'"'/tmp/pip-install-26zwv6xs/apache-dolphinscheduler_62acdc9cedd24c89b4d291e51eccc7f4/setup.py'"'"';f
 = getattr(tokenize, '"'"'open'"'"', open)(__file__) if 
os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; 
setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', 
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info 
--egg-base /tmp/pip-pip-egg-info-5pr0c_w0
          cwd: 
/tmp/pip-install-26zwv6xs/apache-dolphinscheduler_62acdc9cedd24c89b4d291e51eccc7f4/
     Complete output (6 lines):
     Traceback (most recent call last):
       File "<string>", line 1, in <module>
       File 
"/tmp/pip-install-26zwv6xs/apache-dolphinscheduler_62acdc9cedd24c89b4d291e51eccc7f4/setup.py",
 line 19
         from __future__ import annotations
         ^
     SyntaxError: future feature annotations is not defined
     ----------------------------------------
   WARNING: Discarding 
git+https://github.com/apache/dolphinscheduler-sdk-python.git#egg=apache-dolphinscheduler.
 Command errored out with exit status 1: python setup.py egg_info Check the 
logs for full command output.
   ERROR: Could not find a version that satisfies the requirement 
apache-dolphinscheduler (unavailable) (from versions: 0.1.0, 0.1.1, 2.0.5, 
2.0.5.1, 2.0.7, 3.0.0a0, 3.0.0b1, 3.0.0b2, 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 
4.0.0, 4.0.1, 4.0.2a1, 4.0.2a2, 4.0.2a3, 4.0.2a4, 4.0.2a5, 4.0.2a6, 4.0.2a7, 
4.0.2a8, 4.0.2a9, 4.0.2a10, 4.0.2a11, 4.0.2a12, 4.0.2, 4.0.2.1, 4.0.3, 4.0.4)
   ERROR: No matching distribution found for apache-dolphinscheduler 
(unavailable)
   ```


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