-
Notifications
You must be signed in to change notification settings - Fork 162
REUSE under Windows #555
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
Comments
Related to #466. python-debian is an unfortunate dependency and will be replaced at some point. You can try to install an older version of python-debian. 0.1.38 should work. Windows support is not really a priority though. |
I understand. I mainly work under Linux desktop distribution but also use Windows in some case, so it could be better if it also works under Windows :) |
Is this still an issue? python-debian now runs their test on Windows in their CI (via wine): https://salsa.debian.org/python-debian-team/python-debian/-/pipelines/457575 |
Seems working now, tested with |
While trying to use REUSE tool to check my project, I saw it complains
ModuleNotFoundError: No module named 'pwd'
when runningreuse lint
under my Windows 11 installation (logs below). Or should I open another issue for the Windows supporting question?$env:PYTHONUTF8="1"
was set or it will complainUnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 105444: illegal multibyte sequence
when running under a non UTF-8 Windows installation (Simplified Chinese for example). The following are the errors while trying to runreuse lint
:The text was updated successfully, but these errors were encountered: