-
Notifications
You must be signed in to change notification settings - Fork 39
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
"Permission denied" em arquivo temporário durante resolução do captcha #20
Comments
Welcome! Your issue will be analyzed as soon as possible. Hopefully, we can find a solution to the problem together, please try to provide as much information as possible to help us identify and fix the bug or improve the repository. |
O problema persiste? Qual é a versão do sistema operacional? Python? |
Bom dia. Sim, o problema persiste na versão 0.7.0. Windows 11 Pro, 22H2 (22621.3007) Python 3.11.5 pillow 10.2.0 |
Mesmo problema comigo. Instalei o módulo agora. Ou seja, a versão mais recente. E estou com o python 3.12.4. Traceback (most recent call last): |
Eu consegui fazendo essas seguintes alterações: 1 - Entre na biblioteca do SICAR e depois captcha.py
3 - Adicione o comando delete=False
4 - Salve o arquivo captcha.py . Talvez resolva de forma provisória. |
Estou recebendo o seguinte erro nessa linha quando chamo
download_country
,download_state
etc:Parece que o pillow está chamando
open()
no arquivo que já foi aberto peloNamedTemporaryFile
, assim como nesse caso: https://stackoverflow.com/questions/23212435/permission-denied-to-write-to-my-temporary-fileThe text was updated successfully, but these errors were encountered: