-
I have spent about four hours trying to get docx2txt to work reliably in my PyCharm projects. I could recount everything I tried from delete and install via pip to cloning the git repo and building it from there. Both inside and outside of pycharm. The result is only a directory "docx2txt-0.8.dist-info" but no docx2txt directory or .py file. Anyone run into trouble with python 3.12 and this module? Docx2txt hasn't been revved since 2019. Could that be an issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The culprit is PyCharm itself. I am new to PyCharm, so I cannot say what the problem is precisely. I do know that on my system, the .venv is getting corrupted regularly. I apologize for the noise. |
Beta Was this translation helpful? Give feedback.
The culprit is PyCharm itself. I am new to PyCharm, so I cannot say what the problem is precisely. I do know that on my system, the .venv is getting corrupted regularly.
I apologize for the noise.