Closed terryelewis closed 1 year ago
Yes, you can ignore it.
This warning doesn't affect to use Pygwalker.
It only affects the code content that pops up when clicking the export code icon.
import logging
logging.getLogger("pygwalker").setLevel(logging.ERROR)
Thanks a ton! Cheers Terry
Kind Regards Terry Lewis
From: Douding @.> Sent: Wednesday, September 27, 2023 1:44:05 PM To: Kanaries/pygwalker @.> Cc: terryelewis @.>; Author @.> Subject: Re: [Kanaries/pygwalker] Similar to #210 WARNING: parse invoke code failed, This may affect feature of export code. (Issue #247)
yes, you can ignore it.
import logging
logging.getLogger("pygwalker").setLevel(logging.ERROR)
— Reply to this email directly, view it on GitHubhttps://github.com/Kanaries/pygwalker/issues/247#issuecomment-1736738484, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AH4JUYBXMJLMHXRSNP4CBATX4O4KLANCNFSM6AAAAAA5IXBBVE. You are receiving this because you authored the thread.Message ID: @.***>
Hi I am getting the above warning during runserver using pygwalker 0.3.7 with Django 4.2.1.(#210 was with notebook) Can I safely ignore? Kind Regards Terry