Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing built-in typeset plugin on fresh install #7234

Closed
4 tasks done
saint-rat opened this issue Jun 2, 2024 · 0 comments
Closed
4 tasks done

Missing built-in typeset plugin on fresh install #7234

saint-rat opened this issue Jun 2, 2024 · 0 comments

Comments

@saint-rat
Copy link

Context

No response

Bug description

Docs say typeset plugin is built into the mkdocs-material package here.

However I'm not able to install this package in any way.

Related links

Reproduction

see steps

Steps to reproduce

(base) saint@rat:~/docs$ conda create --name docs python=3.11.9
Channels:

  • conda-forge
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): done
    Solving environment: done

Package Plan

environment location: /home/saint/anaconda3/envs/docs

added / updated specs:
- python=3.11.9

The following NEW packages will be INSTALLED:

_libgcc_mutex conda-forge/linux-64::_libgcc_mutex-0.1-conda_forge
_openmp_mutex conda-forge/linux-64::_openmp_mutex-4.5-2_gnu
bzip2 conda-forge/linux-64::bzip2-1.0.8-hd590300_5
ca-certificates conda-forge/linux-64::ca-certificates-2024.6.2-hbcca054_0
ld_impl_linux-64 conda-forge/linux-64::ld_impl_linux-64-2.40-hf3520f5_1
libexpat conda-forge/linux-64::libexpat-2.6.2-h59595ed_0
libffi conda-forge/linux-64::libffi-3.4.2-h7f98852_5
libgcc-ng conda-forge/linux-64::libgcc-ng-13.2.0-h77fa898_7
libgomp conda-forge/linux-64::libgomp-13.2.0-h77fa898_7
libnsl conda-forge/linux-64::libnsl-2.0.1-hd590300_0
libsqlite conda-forge/linux-64::libsqlite-3.45.3-h2797004_0
libuuid conda-forge/linux-64::libuuid-2.38.1-h0b41bf4_0
libxcrypt conda-forge/linux-64::libxcrypt-4.4.36-hd590300_1
libzlib conda-forge/linux-64::libzlib-1.3.1-h4ab18f5_1
ncurses conda-forge/linux-64::ncurses-6.5-h59595ed_0
openssl conda-forge/linux-64::openssl-3.3.0-h4ab18f5_3
pip conda-forge/noarch::pip-24.0-pyhd8ed1ab_0
python conda-forge/linux-64::python-3.11.9-hb806964_0_cpython
readline conda-forge/linux-64::readline-8.2-h8228510_1
setuptools conda-forge/noarch::setuptools-70.0.0-pyhd8ed1ab_0
tk conda-forge/linux-64::tk-8.6.13-noxft_h4845f30_101
tzdata conda-forge/noarch::tzdata-2024a-h0c530f3_0
wheel conda-forge/noarch::wheel-0.43.0-pyhd8ed1ab_1
xz conda-forge/linux-64::xz-5.2.6-h166bdaf_0

Proceed ([y]/n)? y

Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

To activate this environment, use

$ conda activate docs

To deactivate an active environment, use

$ conda deactivate

(base) saint@rat:/docs$ conda activate docs
(docs) saint@rat:
/docs$ pip install mkdocs-material

Collecting mkdocs-material
Using cached mkdocs_material-9.5.25-py3-none-any.whl.metadata (17 kB)
Collecting babel~=2.10 (from mkdocs-material)
Using cached Babel-2.15.0-py3-none-any.whl.metadata (1.5 kB)
Collecting colorama~=0.4 (from mkdocs-material)
Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting jinja2~=3.0 (from mkdocs-material)
Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting markdown~=3.2 (from mkdocs-material)
Using cached Markdown-3.6-py3-none-any.whl.metadata (7.0 kB)
Collecting mkdocs-material-extensions~=1.3 (from mkdocs-material)
Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB)
Collecting mkdocs~=1.6 (from mkdocs-material)
Using cached mkdocs-1.6.0-py3-none-any.whl.metadata (6.0 kB)
Collecting paginate~=0.5 (from mkdocs-material)
Using cached paginate-0.5.6-py3-none-any.whl
Collecting pygments~=2.16 (from mkdocs-material)
Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting pymdown-extensions~=10.2 (from mkdocs-material)
Using cached pymdown_extensions-10.8.1-py3-none-any.whl.metadata (3.0 kB)
Collecting regex>=2022.4 (from mkdocs-material)
Using cached regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Collecting requests~=2.26 (from mkdocs-material)
Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting MarkupSafe>=2.0 (from jinja2~=3.0->mkdocs-material)
Using cached MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting click>=7.0 (from mkdocs~=1.6->mkdocs-material)
Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting ghp-import>=1.0 (from mkdocs~=1.6->mkdocs-material)
Using cached ghp_import-2.1.0-py3-none-any.whl.metadata (7.2 kB)
Collecting mergedeep>=1.3.4 (from mkdocs~=1.6->mkdocs-material)
Using cached mergedeep-1.3.4-py3-none-any.whl.metadata (4.3 kB)
Collecting mkdocs-get-deps>=0.2.0 (from mkdocs~=1.6->mkdocs-material)
Using cached mkdocs_get_deps-0.2.0-py3-none-any.whl.metadata (4.0 kB)
Collecting packaging>=20.5 (from mkdocs~=1.6->mkdocs-material)
Using cached packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
Collecting pathspec>=0.11.1 (from mkdocs~=1.6->mkdocs-material)
Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Collecting pyyaml-env-tag>=0.1 (from mkdocs~=1.6->mkdocs-material)
Using cached pyyaml_env_tag-0.1-py3-none-any.whl.metadata (4.1 kB)
Collecting pyyaml>=5.1 (from mkdocs~=1.6->mkdocs-material)
Using cached PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting watchdog>=2.0 (from mkdocs~=1.6->mkdocs-material)
Using cached watchdog-4.0.1-py3-none-manylinux2014_x86_64.whl.metadata (37 kB)
Collecting charset-normalizer<4,>=2 (from requests~=2.26->mkdocs-material)
Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests~=2.26->mkdocs-material)
Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests~=2.26->mkdocs-material)
Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests~=2.26->mkdocs-material)
Using cached certifi-2024.6.2-py3-none-any.whl.metadata (2.2 kB)
Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs~=1.6->mkdocs-material)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting platformdirs>=2.2.0 (from mkdocs-get-deps>=0.2.0->mkdocs~=1.6->mkdocs-material)
Using cached platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs~=1.6->mkdocs-material)
Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Using cached mkdocs_material-9.5.25-py3-none-any.whl (8.8 MB)
Using cached Babel-2.15.0-py3-none-any.whl (9.6 MB)
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Using cached jinja2-3.1.4-py3-none-any.whl (133 kB)
Using cached Markdown-3.6-py3-none-any.whl (105 kB)
Using cached mkdocs-1.6.0-py3-none-any.whl (3.9 MB)
Using cached mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB)
Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
Using cached pymdown_extensions-10.8.1-py3-none-any.whl (250 kB)
Using cached regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB)
Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Using cached certifi-2024.6.2-py3-none-any.whl (164 kB)
Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached ghp_import-2.1.0-py3-none-any.whl (11 kB)
Using cached idna-3.7-py3-none-any.whl (66 kB)
Using cached MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
Using cached mergedeep-1.3.4-py3-none-any.whl (6.4 kB)
Using cached mkdocs_get_deps-0.2.0-py3-none-any.whl (9.5 kB)
Using cached packaging-24.0-py3-none-any.whl (53 kB)
Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
Using cached PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
Using cached pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB)
Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
Using cached watchdog-4.0.1-py3-none-manylinux2014_x86_64.whl (83 kB)
Using cached platformdirs-4.2.2-py3-none-any.whl (18 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: paginate, watchdog, urllib3, six, regex, pyyaml, pygments, platformdirs, pathspec, packaging, mkdocs-material-extensions, mergedeep, MarkupSafe, markdown, idna, colorama, click, charset-normalizer, certifi, babel, requests, pyyaml-env-tag, python-dateutil, pymdown-extensions, mkdocs-get-deps, jinja2, ghp-import, mkdocs, mkdocs-material
Successfully installed MarkupSafe-2.1.5 babel-2.15.0 certifi-2024.6.2 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 ghp-import-2.1.0 idna-3.7 jinja2-3.1.4 markdown-3.6 mergedeep-1.3.4 mkdocs-1.6.0 mkdocs-get-deps-0.2.0 mkdocs-material-9.5.25 mkdocs-material-extensions-1.3.1 packaging-24.0 paginate-0.5.6 pathspec-0.12.1 platformdirs-4.2.2 pygments-2.18.0 pymdown-extensions-10.8.1 python-dateutil-2.9.0.post0 pyyaml-6.0.1 pyyaml-env-tag-0.1 regex-2024.5.15 requests-2.32.3 six-1.16.0 urllib3-2.2.1 watchdog-4.0.1
(docs) saint@rat:~/docs$ mkdocs serve
ERROR - Config value 'plugins': The "typeset" plugin is not installed

Aborted with a configuration error!
(docs) saint@rat:~/docs$ pip install mkdocs-typeset
ERROR: Could not find a version that satisfies the requirement mkdocs-typeset (from versions: none)
ERROR: No matching distribution found for mkdocs-typeset

Browser

No response

Before submitting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant