Answer the question
In order to leave comments, you need to log in
How to install and use python program from Github on Windows 10 x64?
Hello!
I want to use the program, see below (more as an example, because I'm also interested in how to run this kind of utility on Windows) https://github.com/microsoft/Simplify-Docx
Did
Git clone <git link>
Then
python setup.py install
It seems that the program got up. Now, if I take the test code from the usage section of the readme, put it in a file, for example, r.py at the root of the project, and run it with the line
python r.py
Then throws an error:
C:\concert2\Simplify-Docx>C:/Users/User/AppData/Local/Programs/Python/Python37/python.exe c:/testfolder/Simplify-Docx/r.py
Traceback (most recent call last):
File "c:/testfolder/Simplify-Docx/r.py", line 1, in <module>
import docx
ModuleNotFoundError: No module named 'docx'
pip install python-docx
python-docx (0.8.10)
setuptools (39.0.1)
simplify-docx (0.1.0)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question