-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Template not found / permission denied on Windows #233
Comments
Hi again, so, I don't understand why the Jinja env cannot find the template. I don't see any hardcoded forward slash in the code (Linux path separators), so it should handle Windows paths correctly. In the same way, we don't pass any About the permisison error, I saw that happen in other projects on Windows, such as Cruft, which also does Here is the cruft issue: cruft/cruft#13 |
Hi! I've #224 open which aims to make the test suite pass on windows amd macosx, but given I don't use them, all I have to debug is the GH actions machine and it's evolving slowly (also because I don't really need that TBH 😅). But yes, I really want Copier to work reliably across platforms. On windows, have you tried running it under WSL? Do you think you could lend me a hand in that PR? |
Of course, I don't use Windows myself personally, only at work. I can test out things for you if you want. Unfortunately I don't have access/permission to use WSL on my workstation 😕 |
Well, if you can help that'd be great. The sad truth is that until we fix #224 windows/mac support is kinda none... 😢 |
I wanted to run the Copier's test suite on my workstation but it has trouble installing flake8-debugger. This plugin tries to install EDIT: I'll comment on #224 instead |
Fixed in #224. TL;DR: use python 3.8+ on windows. |
Trying to generate a project from a template that works fine on Linux, but fails on Windows:
I'll try to give more details later.
The text was updated successfully, but these errors were encountered: