Jeremy Guillette
Jeremy Guillette
The `PAGINATED_DIRECT_TEMPLATES` approach outlined works (thanks!), but the deprecation warning makes me nervous. I found that this setting works and doesn't trigger any warnings: PAGINATED_TEMPLATES = {'category': None, 'author': None,...
I've encountered this issue as well, and the approach that I took was to allow the headers. As you say, when a header is missing, then the logs will warn...
I'm also trying to install `py-torch`, and in my case it was the `intel-tbb` dependency causing the install issue. If your output looks similar to #33938, or if installing `intel-tbb`...