Skip to content
  • Hervé  MENAGER's avatar
    pin pandas version to 0.23.4 · ea6ce220
    Hervé MENAGER authored
    trying to fix a problem with python 3.4 and pandas 0.24.0:
    
    ```
          File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 348, in get_provider
            __import__(moduleOrReq)
        ImportError: No module named 'numpy'
    ```
    ea6ce220