physicsnemo icon indicating copy to clipboard operation
physicsnemo copied to clipboard

🐛[BUG]: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.

Open simonbyrne opened this issue 7 months ago • 0 comments

Version

25.03 container

On which installation method(s) does this occur?

Docker

Describe the issue

When loading a trained model using Module.from_checkpoint, I get the following warning:

DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior.

See https://peps.python.org/pep-0706/ for details.

Minimum reproducible example


Relevant log output


Environment details


simonbyrne avatar May 13 '25 17:05 simonbyrne