question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DOC: CI failure due to fsspec deprecation warning

See original GitHub issue

There is CI failure in the Web/Docs, under check ipython directive errors on github actions, noticed on #32831 and on #32830

The error that is being shown:

Run ! grep -B1 "^<<<-------------------------------------------------------------------------$" sphinx.log
  FutureWarning,
<<<-------------------------------------------------------------------------
##[error]Process completed with exit code 1.

The root cause of the problem, is a warning that is generated during the creation of the docs.

>>>-------------------------------------------------------------------------
Warning in /home/runner/work/pandas/pandas/doc/source/user_guide/scale.rst at block ending on line 254
 Specify :okwarning: as an option in the ipython:: block to suppress this message
 ----------------------------------------------------------------------------
 /home/runner/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/fsspec/implementations/local.py:33: FutureWarning: The default value of auto_mkdir=True has been deprecated and will be changed to auto_mkdir=False by default in a future release.
   FutureWarning,
<<<-------------------------------------------------------------------------

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jorisvandenbosschecommented, Mar 19, 2020
 >>>-------------------------------------------------------------------------
Warning in /home/runner/work/pandas/pandas/doc/source/user_guide/scale.rst at block ending on line 254
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/home/runner/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/fsspec/implementations/local.py:33: FutureWarning: The default value of auto_mkdir=True has been deprecated and will be changed to auto_mkdir=False by default in a future release.
  FutureWarning,
<<<-------------------------------------------------------------------------
0reactions
TomAugspurgercommented, Mar 20, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Warning about auto_mkdir · Issue #6028 · dask/dask - GitHub
@TomAugspurger TomAugspurger mentioned this issue on Mar 20, 2020. DOC: CI failure due to fsspec deprecation warning pandas-dev/pandas#32832.
Read more >
fsspec Documentation - Read the Docs
If the context finishes due to an (uncaught) exception, then the files are discarded and the file target locations untouched. The class fsspec.spec.Transaction ......
Read more >
API Reference — fsspec 2022.11.0+13.g0974514.dirty ...
When doing ls/glob, if this is True, only consider paths that have http/https matching the input URLs. size_policy: this argument is deprecated: client_kwargs: ......
Read more >
What's new in 1.5.0 (September 19, 2022) - Pandas
For more details, see the IO docs on ORC. Warning. It is highly recommended to install pyarrow using conda due to some issues...
Read more >
Apache Arrow 2.0.0 Release
ARROW-9599 - [CI] Appveyor toolchain build fails because CMake ... ARROW-10284 - [Python] Pyarrow is raising deprecation warning about ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found