We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name of the addon m.tnm.download and m.cdo.download
Describe the bug Windows compilation fails because external Python package requests is not available: https://wingrass.fsv.cvut.cz/grass83/addons/grass-8.3.1/logs/m.tnm.download.log
requests
I would suggest either add lazy loading to avoid the building issues on the server, or reimplement it with urllib which is readily available.
urllib
The text was updated successfully, but these errors were encountered:
HuidaeCho
Successfully merging a pull request may close this issue.
Name of the addon
m.tnm.download and m.cdo.download
Describe the bug
Windows compilation fails because external Python package
requests
is not available:https://wingrass.fsv.cvut.cz/grass83/addons/grass-8.3.1/logs/m.tnm.download.log
I would suggest either add lazy loading to avoid the building issues on the server, or reimplement it with
urllib
which is readily available.The text was updated successfully, but these errors were encountered: