HuangXingBo commented on a change in pull request #10188: [FLINK-14066][python] 
Support to install pyflink in windows
URL: https://github.com/apache/flink/pull/10188#discussion_r347269599
 
 

 ##########
 File path: flink-python/setup.py
 ##########
 @@ -108,8 +119,13 @@
             print(incorrect_invocation_message, file=sys.stderr)
             sys.exit(-1)
 
-        if getattr(os, "symlink", None) is not None:
+        try:
 
 Review comment:
   What's the reason of this change? I believe there must be some reason that I 
don't know.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to