Troubleshooting
Note
Do not hesitate to reach me by filling an issue on GitHub. I will do my best to help you. Please give me as much detail as possible, so I can reproduce the problem: OS, development environment, Python version…
(Windows) Microsoft Visual C++ 14.0 or greater is required error
Usually happens when compiling the Cython modules.
Go to visual studio website and download Build Tools.
Download and execute
vs_BuildTools.exe.Check “C++ Development Desktop” checkbox.
Install.
Todo
Allow for an easy way to skip Cython compilation.
Module not found
- Ensure that the Python environment where LightWin was installed is activated.
In a Python interpreter, the
import lightwincommand should not raise error.If you installed LightWin using
conda, check that thesrc/lighwin/folder is in yourPYTHONPATHenvironment variable.