QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

WARN: Fix Warnings Issue by Sphinx #203

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

The following warnings need to be fixed

/home/qebuild/anaconda3/lib/python3.7/site-packages/dask/config.py:168: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  data = yaml.load(f.read()) or {}
/home/qebuild/anaconda3/lib/python3.7/site-packages/distributed/config.py:20: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  defaults = yaml.load(f)
AakashGfude commented 5 years ago

This is most probably a version anomaly between packages. Will check the version compatibility of dask, python and packages used by dask.

mmcky commented 5 years ago

thanks @AakashGfude I am getting this on the latest version of anaconda

mmcky commented 5 years ago

@AakashGfude this issue will disappear (https://github.com/dask/dask/issues/4597) but is there a simple way we can suppress it for now?