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
I can't seem to make the new setup work on Windows 11. Running the last command python .\docs.py live en produces this error:
Traceback (most recent call last):
File "C:\Users\jaros\grist-help\docs.py", line 19, in <module>
import mkdocs.commands.build
File "C:\Users\jaros\grist-help\env\Lib\site-packages\mkdocs\commands\build.py", line 17, in <module>
from mkdocs.structure.nav import Navigation, get_navigation
File "C:\Users\jaros\grist-help\env\Lib\site-packages\mkdocs\structure\nav.py", line 9, in <module>
from mkdocs.structure.pages import Page
File "C:\Users\jaros\grist-help\env\Lib\site-packages\mkdocs\structure\pages.py", line 11, in <module>
import markdown
File "C:\Users\jaros\grist-help\env\Lib\site-packages\markdown\__init__.py", line 29, in <module>
from .core import Markdown, markdown, markdownFromFile # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\jaros\grist-help\env\Lib\site-packages\markdown\core.py", line 26, in <module>
from . import util
File "C:\Users\jaros\grist-help\env\Lib\site-packages\markdown\util.py", line 85, in <module>
INSTALLED_EXTENSIONS = metadata.entry_points().get('markdown.extensions', ())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'EntryPoints' object has no attribute 'get'
I have Python 3.12.2 installed and Windows 11 SDK, previous commands (creating virtual environment and installing requirements from the file worked).
Would appreciate any help, maybe @fflorent can you take a look?
The text was updated successfully, but these errors were encountered:
I can't seem to make the new setup work on Windows 11. Running the last command
python .\docs.py live en
produces this error:I have Python 3.12.2 installed and Windows 11 SDK, previous commands (creating virtual environment and installing requirements from the file worked).
Would appreciate any help, maybe @fflorent can you take a look?
The text was updated successfully, but these errors were encountered: