olivierkes / manuskript

A open-source tool for writers
http://www.theologeek.ch/manuskript
GNU General Public License v3.0
1.7k stars 226 forks source link

ModuleNotFoundError: No module named 'distutils' #1290

Closed user-of-github-123 closed 3 months ago

user-of-github-123 commented 3 months ago

Python version: 3.12.1 When i tried to run the following code: import language_tool_python tl = language_tool_python.LanguageTool('en-US')

txt = "good mooorning sirr and medam my namee vincent i am from amerecia !" m = tl.check(txt) print(len(m))

i get this error:ModuleNotFoundError: No module named 'distutils'

TheShadowOfHassen commented 3 months ago

How exactly does this pertain to Manuscript? Are you having problems running the program with language tool?

user-of-github-123 commented 3 months ago

It’s working now. I fixed the problem by downgrading my python version

On Sun, 24 Mar 2024 at 8:30 PM, TheShadowOfHassen @.***> wrote:

How exactly does this pertain to Manuscript? Are you having problems running the program with language tool?

— Reply to this email directly, view it on GitHub https://github.com/olivierkes/manuskript/issues/1290#issuecomment-2016794154, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFHPZQIQAKBMNHVAXLUSXSTYZ3BNXAVCNFSM6AAAAABFFTCXVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWG44TIMJVGQ . You are receiving this because you authored the thread.Message ID: @.***>

TheShadowOfHassen commented 3 months ago

That's good. I don't suppose you could close this issue so the developers know there's nothing they have to do about it?