Github user shaneknapp commented on the issue:

    https://github.com/apache/spark/pull/22963
  
    ok, i missed that previous comment about flake8 and pycodestyle version 
incompatibility.
    
    since we're running flake8 3.50, i agree that this could be causing 
problems w/pycodestyle running properly:
    
    ```
    flake8 3.5.0 has requirement pycodestyle<2.4.0,>=2.0.0, but you'll have 
pycodestyle 2.4.0 which is incompatible.
    ```
    i'll bump flake8 to 3.6 on all of the workers, and then bump pycodestyle to 
2.4.0


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to