-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run mutmut Windows 10 #125
Comments
Hmm... Sounds like it isn't finding python. If you change the runner command to the absolute path to the python in the venv, does it work? |
No, it doesn't help. |
@nklapste maybe you can help? |
@LLKoder could you try a config similar too:
For specifying your runner? I found my runtime was tripping over python escaping |
Based on other issues, it appears that there are Windows users of mutmut, so this probably isnt a problem, but it is worth noting that dependency whatthepatch has some features which are not supported on Windows, and has no Windows CI to maintain support. cscorley/whatthepatch#26 . However I noticed that mutmut tests depended And there is no Windows CI for mutmut, or for https://github.com/TriOptima/tri.declarative or its dependencies. @nklapste / @boxed , do you have a preference for Windows CI provider? |
(ah, I see the Travis CI here is using the new Windows Travis support. nice!) |
This specific problem would be fixed by #134 |
Probably also fixed by #220. |
I just released mutmut 3, which is a big rewrite. I believe this issue no longer applies anymore. Feel free to reopen it if it still exists. Windows is only going to work with WSL with mutmut 3. |
My project structure.
My setup.cfg:
When I run
python -m mutmut run
fromproject
I get an error:The text was updated successfully, but these errors were encountered: