You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jon Hanson (Jira)" <ji...@apache.org> on 2019/11/07 16:11:00 UTC

[jira] [Commented] (AIRFLOW-1753) Can't install on windows 10

    [ https://issues.apache.org/jira/browse/AIRFLOW-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16969376#comment-16969376 ] 

Jon Hanson commented on AIRFLOW-1753:
-------------------------------------

If you get it to build, and then run {{airflow initdb}}, it will fail as it's using daemon.py, which is importing two Unix-only modules (pwd & resource):

 

{{ File "J:\python\python38\lib\site-packages\daemon\daemon.py", line 25, in <module>}}
{{ import pwd}}
{{ModuleNotFoundError: No module named 'pwd'}}

> Can't install on windows 10
> ---------------------------
>
>                 Key: AIRFLOW-1753
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1753
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.8.0
>            Reporter: Lakshman Udayakantha
>            Priority: Major
>
> When I installed airflow using "pip install airflow command" two errors pop up.
> 1.  link.exe failed with exit status 1158
> 2.\x86_amd64\\cl.exe' failed with exit status 2
> first issue can be solved by reffering https://stackoverflow.com/questions/43858836/python-installing-clarifai-vs14-0-link-exe-failed-with-exit-status-1158/44563421#44563421.
> But second issue is still there. there was no any solution by googling also. how to prevent that issue and install airflow on windows 10 X64.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)