You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not import extension sphinx_tabs.tabs (exception: No module named 'pkg_resources')
expectation
No error.
bug
But instead ___ happens
Here's an error message I ran into...
Run sphinx-build docs docs/_build sphinx-build docs docs/_build shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.12.1/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.1/x64/libRunning Sphinx v6.2.1Extension error:Could not import extension sphinx_tabs.tabs (exception: No module named 'pkg_resources')
problem
I think the problem is not related to sphinx tabs itself just about changes in the python ecosystem. But I don't know how to solve it. The issue appeared this week in my project, last build was 2023-11-23 (Python 3.12.0), maybe somebody has a hint what changed and make now the sphinx tabs crashing. Maybe it has todo with Python 3.12.1 release but not sure.
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
@alexander-schranz please could you update to the latest version, e.g. using pip install -U sphinx-tabs? We no longer depend on pkg_resources so this should sort the error
Describe the bug
context
Sphinx build: https://github.com/schranz-search/schranz-search/actions/runs/7226815693/job/19693182370
expectation
No error.
bug
But instead ___ happens
Here's an error message I ran into...
problem
I think the problem is not related to sphinx tabs itself just about changes in the python ecosystem. But I don't know how to solve it. The issue appeared this week in my project, last build was 2023-11-23 (Python 3.12.0), maybe somebody has a hint what changed and make now the sphinx tabs crashing. Maybe it has todo with Python
3.12.1
release but not sure.Reproduce the bug
Build steps are here: https://github.com/schranz-search/schranz-search/blob/0eef487d609d5e47e05b80cc6c5d060148b1fb56/.github/workflows/docs.yml#L28
List your environment
Not sure about this.
The text was updated successfully, but these errors were encountered: