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
After upgrading from version 1.4.2 to 1.5.2, I encountered an issue when attempting to execute the following command:
docker exec -ti mkdocs bootstrap update
This resulted in the following error:
Traceback (most recent call last): File "/usr/bin/bootstrap", line 5, in <module> from app.cli import cli ModuleNotFoundError: No module named 'app'
Consequently, this error has disrupted the functionality of the auto-update feature. I have tested it with version 1.4.2, and it was working perfectly.
The text was updated successfully, but these errors were encountered:
After upgrading from version 1.4.2 to 1.5.2, I encountered an issue when attempting to execute the following command:
docker exec -ti mkdocs bootstrap update
This resulted in the following error:
Traceback (most recent call last): File "/usr/bin/bootstrap", line 5, in <module> from app.cli import cli ModuleNotFoundError: No module named 'app'
Consequently, this error has disrupted the functionality of the auto-update feature. I have tested it with version 1.4.2, and it was working perfectly.
The text was updated successfully, but these errors were encountered: