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 created a venv using Python 3.12 and installed all the requirements. But running the block
#format the bookimportbook_formatbook_format.set_style()
I get ModuleNotFoundError: No module named 'distutils' in test_installation() ---> from distutils.version import LooseVersion
I recreated venv using Python 3.9 and it works fine.
The text was updated successfully, but these errors were encountered:
I created a venv using Python 3.12 and installed all the requirements. But running the block
I get
ModuleNotFoundError: No module named 'distutils'
intest_installation()
--->from distutils.version import LooseVersion
I recreated venv using Python 3.9 and it works fine.
The text was updated successfully, but these errors were encountered: