You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
recently tried to instal library by poetry. That started some background validations processes. So, right now i have a list of SyntaxWarning prints during stetting the containers. All of them are about invalid escape sequence. I think that could be simply fixed by raw string synthax: r'', but i wonder, did someone met inproper functionalities during the rular usage?
Hi,
I recently tried to install the library using Poetry, which triggered some background validation processes. Currently, I am encountering a list of SyntaxWarning messages related to invalid escape sequences while setting up the containers. All of the warnings are about invalid escape sequences:
I believe this could be easily fixed by using raw string syntax (r''), but I wonder if anyone has experienced any functionality issues related to this during regular usage?
The text was updated successfully, but these errors were encountered:
Cybernetic-Ransomware
changed the title
SyntaxWarnings related to invalid escape sequences when installing with Poetry
SyntaxWarnings related to invalid escape sequences when installing by Poetry
Sep 23, 2024
Hi,
recently tried to instal library by poetry. That started some background validations processes. So, right now i have a list of SyntaxWarning prints during stetting the containers. All of them are about invalid escape sequence. I think that could be simply fixed by raw string synthax:
r''
, but i wonder, did someone met inproper functionalities during the rular usage?Hi,
I recently tried to install the library using Poetry, which triggered some background validation processes. Currently, I am encountering a list of
SyntaxWarning
messages related to invalid escape sequences while setting up the containers. All of the warnings are about invalid escape sequences:I believe this could be easily fixed by using raw string syntax (
r''
), but I wonder if anyone has experienced any functionality issues related to this during regular usage?The text was updated successfully, but these errors were encountered: