tanujdhiman opened a new issue #17653:
URL: https://github.com/apache/airflow/issues/17653


   <!--
   Welcome to Apache Airflow!
   
   Please complete the next sections or the issue will be closed.
   -->
   
   **Apache Airflow version**: 1.10.14
   
   <!-- AIRFLOW VERSION IS MANDATORY -->
   
   **OS**: WSL Ubuntu 
   
   <!-- MANDATORY! You can get it via `cat /etc/oss-release` for example -->
   
   **Apache Airflow Provider versions**:
   
   <!-- You can use `pip freeze | grep apache-airflow-providers` (you can leave 
only relevant ones)-->
   
   **Deployment**: Using cmd `docker compose up`
   
   <!-- e.g. Virtualenv / VM / Docker-compose / K8S / Helm Chart / Managed 
Airflow Service -->
   
   <!-- Please include your deployment tools and versions: docker-compose, k8s, 
helm, etc -->
   
   **What happened**:
   Actually I am installing `pydub` package in WSL Ubuntu with apache airflow. 
But When I start server with `localhost:8080` then I am getting error that 
module is not installed before I start server I installed `sudo pip install 
pydub` and also module is perfectly installed with no errors but after running 
found this :
   
   
![1](https://user-images.githubusercontent.com/56601466/129728096-93987ff3-360d-4aa6-9097-89e8ce8af2e2.PNG)
   
   <!-- Please include exact error messages if you can -->
   
   **What you expected to happen**:
   I want apache airflow server running without any erros.
   
   <!-- What do you think went wrong? -->
   
   **How to reproduce it**:
   
   <!--
   As minimally and precisely as possible. Keep in mind we do not have access 
to your cluster or dags.
   If this is a UI bug, please provide a screenshot of the bug or a link to a 
youtube video of the bug in action
   You can include images/screen-casts etc. by drag-dropping the image here.
   -->
   
   **Anything else we need to know**:
   
   <!--
   How often does this problem occur? Once? Every time etc?
   Any relevant logs to include? Put them here inside fenced
   ``` ``` blocks or inside a foldable details tag if it's long:
   <details><summary>x.log</summary> lots of stuff </details>
   -->
   
   **Are you willing to submit a PR?**
   
   <!---
   This is absolutely not required, but we are happy to guide you in 
contribution process
   especially if you already have a good understanding of how to implement the 
fix.
   Airflow is a community-managed project and we love to bring new contributors 
in.
   Find us in #airflow-how-to-pr on Slack!
    -->
   


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